Color Hex Logo

#de09ef Color Hex

#DE09EF
(222,9,239)
0 Favorites   0 Comments

Color spaces of #de09ef

RGB 2229239
HSL0.820.930.49
HSV296°96°94°
CMYK 0.070.960.00   0.06
XYZ45.801921.957083.4854
Yxy21.95700.30280.1452
Hunter Lab46.858392.4738-72.8336
CIE-Lab53.981490.3553-62.3969

#de09ef color RGB value is (222,9,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001001 11101111
Octal 336 11 357
Decimal 222 9 239
Hex DE 9 EF

RGB Percentages of Color #de09ef

%47.23
%1.91
%50.85

CMYK Percentages of Color #de09ef

%7
%96
%0
%6

Triadic Colors of #de09ef

#de09ef #efde09 #09efde

Analogous Colors of #de09ef

#de09ef #ef098d #6b09ef

Monochromatic Colors of #de09ef

#de09ef

Complementary Color

#de09ef #1aef09

#de09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de09ef Color CSS Codes

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

#de09ef Text Font Color

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

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


#de09ef Background Color

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

This div background color is #de09ef


#de09ef Border Color

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

This div border color is #de09ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,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 #de09ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de09ef


Comments

No comments written yet.

Please login to write comment.