Color Hex Logo

#d042ef Color Hex

#D042EF
(208,66,239)
0 Favorites   0 Comments

Color spaces of #d042ef

RGB 20866239
HSL0.800.840.60
HSV289°72°94°
CMYK 0.130.720.00   0.06
XYZ43.540623.538383.9099
Yxy23.53830.28840.1559
Hunter Lab48.516375.2901-68.5819
CIE-Lab55.622576.7209-59.8770

#d042ef color RGB value is (208,66,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 11101111
Octal 320 102 357
Decimal 208 66 239
Hex D0 42 EF

RGB Percentages of Color #d042ef

%40.55
%12.87
%46.59

CMYK Percentages of Color #d042ef

%13
%72
%0
%6

Triadic Colors of #d042ef

#d042ef #efd042 #42efd0

Analogous Colors of #d042ef

#d042ef #ef42b8 #7a42ef

Monochromatic Colors of #d042ef

#d042ef

Complementary Color

#d042ef #61ef42

#d042ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042ef Color CSS Codes

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

#d042ef Text Font Color

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

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


#d042ef Background Color

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

This div background color is #d042ef


#d042ef Border Color

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

This div border color is #d042ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042ef


Comments

No comments written yet.

Please login to write comment.