Color Hex Logo

#d009ec Color Hex

#D009EC
(208,9,236)
0 Favorites   0 Comments

Color spaces of #d009ec

RGB 2089236
HSL0.810.930.48
HSV293°96°93°
CMYK 0.120.960.00   0.07
XYZ41.250419.661480.9778
Yxy19.66140.29070.1386
Hunter Lab44.341288.4607-77.2392
CIE-Lab51.452287.8165-64.9061

#d009ec color RGB value is (208,9,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001001 11101100
Octal 320 11 354
Decimal 208 9 236
Hex D0 9 EC

RGB Percentages of Color #d009ec

%45.92
%1.99
%52.10

CMYK Percentages of Color #d009ec

%12
%96
%0
%7

Triadic Colors of #d009ec

#d009ec #ecd009 #09ecd0

Analogous Colors of #d009ec

#d009ec #ec0997 #5f09ec

Monochromatic Colors of #d009ec

#d009ec

Complementary Color

#d009ec #25ec09

#d009ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d009ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d009ec Color CSS Codes

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

#d009ec Text Font Color

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

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


#d009ec Background Color

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

This div background color is #d009ec


#d009ec Border Color

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

This div border color is #d009ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d009ec


Comments

No comments written yet.

Please login to write comment.