Color Hex Logo

#d042fe Color Hex

#D042FE
(208,66,254)
0 Favorites   0 Comments

Color spaces of #d042fe

RGB 20866254
HSL0.790.990.63
HSV285°74°100°
CMYK 0.180.740.00   0.00
XYZ45.850024.462196.0710
Yxy24.46210.27560.1470
Hunter Lab49.459278.9208-80.5453
CIE-Lab56.547579.4314-66.7440

#d042fe color RGB value is (208,66,254).

#d042fe hex color red value is 208, green value is 66 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d042fe hue: 0.79 , saturation: 0.99 and the lightness value of d042fe is 0.63.

The process color (four color CMYK) of #d042fe color hex is 0.18, 0.74, 0.00, 0.00. Web safe color of #d042fe is #cc33ff. Color #d042fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 11111110
Octal 320 102 376
Decimal 208 66 254
Hex D0 42 FE

RGB Percentages of Color #d042fe

%39.39
%12.50
%48.11

CMYK Percentages of Color #d042fe

%18
%74
%0
%0

Triadic Colors of #d042fe

#d042fe #fed042 #42fed0

Analogous Colors of #d042fe

#d042fe #fe42ce #7242fe

Monochromatic Colors of #d042fe

#d042fe

Complementary Color

#d042fe #70fe42

#d042fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042fe Color CSS Codes

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

#d042fe Text Font Color

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

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


#d042fe Background Color

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

This div background color is #d042fe


#d042fe Border Color

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

This div border color is #d042fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042fe


Comments

No comments written yet.

Please login to write comment.