Color Hex Logo

#d00cef Color Hex

#D00CEF
(208,12,239)
0 Favorites   0 Comments

Color spaces of #d00cef

RGB 20812239
HSL0.810.900.49
HSV292°95°94°
CMYK 0.130.950.00   0.06
XYZ41.723919.904883.3043
Yxy19.90480.28790.1373
Hunter Lab44.614888.8579-79.4753
CIE-Lab51.729488.0646-66.1471

#d00cef color RGB value is (208,12,239).

#d00cef hex color red value is 208, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d00cef hue: 0.81 , saturation: 0.90 and the lightness value of d00cef is 0.49.

The process color (four color CMYK) of #d00cef color hex is 0.13, 0.95, 0.00, 0.06. Web safe color of #d00cef is #cc00ff. Color #d00cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001100 11101111
Octal 320 14 357
Decimal 208 12 239
Hex D0 C EF

RGB Percentages of Color #d00cef

%45.32
%2.61
%52.07

CMYK Percentages of Color #d00cef

%13
%95
%0
%6

Triadic Colors of #d00cef

#d00cef #efd00c #0cefd0

Analogous Colors of #d00cef

#d00cef #ef0c9d #5f0cef

Monochromatic Colors of #d00cef

#d00cef

Complementary Color

#d00cef #2bef0c

#d00cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00cef Color CSS Codes

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

#d00cef Text Font Color

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

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


#d00cef Background Color

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

This div background color is #d00cef


#d00cef Border Color

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

This div border color is #d00cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00cef


Comments

No comments written yet.

Please login to write comment.