Color Hex Logo

#d042cd Color Hex

#D042CD
(208,66,205)
0 Favorites   0 Comments

Color spaces of #d042cd

RGB 20866205
HSL0.840.600.54
HSV301°68°82°
CMYK 0.000.680.01   0.18
XYZ38.980121.714159.8944
Yxy21.71410.32320.1801
Hunter Lab46.598467.7702-43.5885
CIE-Lab53.722370.9550-43.6613

#d042cd color RGB value is (208,66,205).

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

The process color (four color CMYK) of #d042cd color hex is 0.00, 0.68, 0.01, 0.18. Web safe color of #d042cd is #cc33cc. Color #d042cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 11001101
Octal 320 102 315
Decimal 208 66 205
Hex D0 42 CD

RGB Percentages of Color #d042cd

%43.42
%13.78
%42.80

CMYK Percentages of Color #d042cd

%0
%68
%1
%18

Triadic Colors of #d042cd

#d042cd #cdd042 #42cdd0

Analogous Colors of #d042cd

#d042cd #d04286 #8c42d0

Monochromatic Colors of #d042cd

#d042cd

Complementary Color

#d042cd #42d045

#d042cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042cd Color CSS Codes

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

#d042cd Text Font Color

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

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


#d042cd Background Color

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

This div background color is #d042cd


#d042cd Border Color

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

This div border color is #d042cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042cd


Comments

No comments written yet.

Please login to write comment.