color codes Logo

#e609df color codes

#E609DF
(230,9,223)
0 Favorites   0 Comments

Color spaces of #e609df

RGB 2309223
HSL0.840.920.47
HSV302°96°90°
CMYK 0.000.960.03   0.10
XYZ46.050122.346171.6982
Yxy22.34610.32870.1595
Hunter Lab47.271791.1619-56.8366
CIE-Lab54.392389.2907-52.6327

#e609df color RGB value is (230,9,223).

#e609df hex color red value is 230, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e609df hue: 0.84 , saturation: 0.92 and the lightness value of e609df is 0.47.

The process color (four color CMYK) of #e609df color code is 0.00, 0.96, 0.03, 0.10. Web safe color of #e609df is #ff00cc. Color #e609df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 11011111
Octal 346 11 337
Decimal 230 9 223
Hex E6 9 DF

RGB Percentages of Color #e609df

%49.78
%1.95
%48.27

CMYK Percentages of Color #e609df

%0
%96
%3
%10

Triadic Colors of #e609df

#e609df #dfe609 #09dfe6

Analogous Colors of #e609df

#e609df #e60971 #7f09e6

Monochromatic Colors of #e609df

#e609df

Complementary Color

#e609df #09e610

#e609df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e609df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e609df Color CSS Codes

.mybgcolor {background-color:#e609df; } 
.myforecolor {color:#e609df; }
.mybordercolor {border:3px solid #e609df; }

#e609df Text Font Color

<p style="color:#e609df">Text here</p>

This sample text font color is #e609df
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e609df Background Color

<div style="background-color:#e609df">
Div content here</div>

This div background color is #e609df


#e609df Border Color

<div style="border:3px solid #e609df">
Div here</div>

This div border color is #e609df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,9,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e609df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e609df;
  -webkit-box-shadow: 1px 1px 3px 2px #e609df;
  box-shadow:         1px 1px 3px 2px #e609df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,9,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e609df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e609df;
  -webkit-box-shadow: 1px 1px 3px 2px #e609df;
  box-shadow:         1px 1px 3px 2px #e609df;">
Div content here</div>

This div box has shadow with color #e609df


Comments

No comments written yet.

Please login to write comment.