Color Hex Logo

#d041cc Color Hex

#D041CC
(208,65,204)
0 Favorites   0 Comments

Color spaces of #d041cc

RGB 20865204
HSL0.840.600.54
HSV302°69°82°
CMYK 0.000.690.02   0.18
XYZ38.801821.550159.2412
Yxy21.55010.32440.1802
Hunter Lab46.422167.9602-43.1670
CIE-Lab53.546471.1463-43.3668

#d041cc color RGB value is (208,65,204).

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

The process color (four color CMYK) of #d041cc color hex is 0.00, 0.69, 0.02, 0.18. Web safe color of #d041cc is #cc33cc. Color #d041cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 11001100
Octal 320 101 314
Decimal 208 65 204
Hex D0 41 CC

RGB Percentages of Color #d041cc

%43.61
%13.63
%42.77

CMYK Percentages of Color #d041cc

%0
%69
%2
%18

Triadic Colors of #d041cc

#d041cc #ccd041 #41ccd0

Analogous Colors of #d041cc

#d041cc #d04185 #8d41d0

Monochromatic Colors of #d041cc

#d041cc

Complementary Color

#d041cc #41d045

#d041cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d041cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d041cc Color CSS Codes

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

#d041cc Text Font Color

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

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


#d041cc Background Color

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

This div background color is #d041cc


#d041cc Border Color

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

This div border color is #d041cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d041cc


Comments

No comments written yet.

Please login to write comment.