Color Hex Logo

#d009ee Color Hex

#D009EE
(208,9,238)
0 Favorites   0 Comments

Color spaces of #d009ee

RGB 2089238
HSL0.810.930.48
HSV292°96°93°
CMYK 0.130.960.00   0.07
XYZ41.542719.778382.5170
Yxy19.77830.28880.1375
Hunter Lab44.472888.9121-78.8786
CIE-Lab51.585688.1334-65.8169

#d009ee color RGB value is (208,9,238).

#d009ee hex color red value is 208, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d009ee hue: 0.81 , saturation: 0.93 and the lightness value of d009ee is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001001 11101110
Octal 320 11 356
Decimal 208 9 238
Hex D0 9 EE

RGB Percentages of Color #d009ee

%45.71
%1.98
%52.31

CMYK Percentages of Color #d009ee

%13
%96
%0
%7

Triadic Colors of #d009ee

#d009ee #eed009 #09eed0

Analogous Colors of #d009ee

#d009ee #ee099a #5e09ee

Monochromatic Colors of #d009ee

#d009ee

Complementary Color

#d009ee #27ee09

#d009ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d009ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d009ee Color CSS Codes

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

#d009ee Text Font Color

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

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


#d009ee Background Color

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

This div background color is #d009ee


#d009ee Border Color

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

This div border color is #d009ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d009ee


Comments

No comments written yet.

Please login to write comment.