Color Hex Logo

#d04cef Color Hex

#D04CEF
(208,76,239)
0 Favorites   0 Comments

Color spaces of #d04cef

RGB 20876239
HSL0.800.840.62
HSV289°68°94°
CMYK 0.130.680.00   0.06
XYZ44.176924.810884.1219
Yxy24.81080.28850.1620
Hunter Lab49.810471.1435-65.2641
CIE-Lab56.890673.1236-57.8450

#d04cef color RGB value is (208,76,239).

#d04cef hex color red value is 208, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d04cef hue: 0.80 , saturation: 0.84 and the lightness value of d04cef is 0.62.

The process color (four color CMYK) of #d04cef color hex is 0.13, 0.68, 0.00, 0.06. Web safe color of #d04cef is #cc33ff. Color #d04cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11101111
Octal 320 114 357
Decimal 208 76 239
Hex D0 4C EF

RGB Percentages of Color #d04cef

%39.77
%14.53
%45.70

CMYK Percentages of Color #d04cef

%13
%68
%0
%6

Triadic Colors of #d04cef

#d04cef #efd04c #4cefd0

Analogous Colors of #d04cef

#d04cef #ef4cbd #7f4cef

Monochromatic Colors of #d04cef

#d04cef

Complementary Color

#d04cef #6bef4c

#d04cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cef Color CSS Codes

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

#d04cef Text Font Color

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

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


#d04cef Background Color

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

This div background color is #d04cef


#d04cef Border Color

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

This div border color is #d04cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cef


Comments

No comments written yet.

Please login to write comment.