Color Hex Logo

#d542cc Color Hex

#D542CC
(213,66,204)
0 Favorites   0 Comments

Color spaces of #d542cc

RGB 21366204
HSL0.840.640.55
HSV304°69°84°
CMYK 0.000.690.04   0.16
XYZ40.287922.402259.3274
Yxy22.40220.33020.1836
Hunter Lab47.331069.1092-41.1859
CIE-Lab54.451271.9224-41.8860

#d542cc color RGB value is (213,66,204).

#d542cc hex color red value is 213, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d542cc hue: 0.84 , saturation: 0.64 and the lightness value of d542cc is 0.55.

The process color (four color CMYK) of #d542cc color hex is 0.00, 0.69, 0.04, 0.16. Web safe color of #d542cc is #cc33cc. Color #d542cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 11001100
Octal 325 102 314
Decimal 213 66 204
Hex D5 42 CC

RGB Percentages of Color #d542cc

%44.10
%13.66
%42.24

CMYK Percentages of Color #d542cc

%0
%69
%4
%16

Triadic Colors of #d542cc

#d542cc #ccd542 #42ccd5

Analogous Colors of #d542cc

#d542cc #d54283 #9542d5

Monochromatic Colors of #d542cc

#d542cc

Complementary Color

#d542cc #42d54b

#d542cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542cc Color CSS Codes

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

#d542cc Text Font Color

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

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


#d542cc Background Color

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

This div background color is #d542cc


#d542cc Border Color

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

This div border color is #d542cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542cc


Comments

No comments written yet.

Please login to write comment.