Color Hex Logo

#dc09ef Color Hex

#DC09EF
(220,9,239)
0 Favorites   0 Comments

Color spaces of #dc09ef

RGB 2209239
HSL0.820.930.49
HSV295°96°94°
CMYK 0.080.960.00   0.06
XYZ45.192921.643083.4569
Yxy21.64300.30070.1440
Hunter Lab46.522091.9867-73.7962
CIE-Lab53.646290.0550-62.9540

#dc09ef color RGB value is (220,9,239).

#dc09ef hex color red value is 220, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc09ef hue: 0.82 , saturation: 0.93 and the lightness value of dc09ef is 0.49.

The process color (four color CMYK) of #dc09ef color hex is 0.08, 0.96, 0.00, 0.06. Web safe color of #dc09ef is #cc00ff. Color #dc09ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 11101111
Octal 334 11 357
Decimal 220 9 239
Hex DC 9 EF

RGB Percentages of Color #dc09ef

%47.01
%1.92
%51.07

CMYK Percentages of Color #dc09ef

%8
%96
%0
%6

Triadic Colors of #dc09ef

#dc09ef #efdc09 #09efdc

Analogous Colors of #dc09ef

#dc09ef #ef098f #6909ef

Monochromatic Colors of #dc09ef

#dc09ef

Complementary Color

#dc09ef #1cef09

#dc09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc09ef Color CSS Codes

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

#dc09ef Text Font Color

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

This sample text font color is #dc09ef
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.


#dc09ef Background Color

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

This div background color is #dc09ef


#dc09ef Border Color

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

This div border color is #dc09ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc09ef


Comments

No comments written yet.

Please login to write comment.