Color Hex Logo

#d542cf Color Hex

#D542CF
(213,66,207)
0 Favorites   0 Comments

Color spaces of #d542cf

RGB 21366207
HSL0.840.640.55
HSV302°69°84°
CMYK 0.000.690.03   0.16
XYZ40.651322.547661.2410
Yxy22.54760.32670.1812
Hunter Lab47.484369.7162-43.2279
CIE-Lab54.603372.3927-43.3615

#d542cf color RGB value is (213,66,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 11001111
Octal 325 102 317
Decimal 213 66 207
Hex D5 42 CF

RGB Percentages of Color #d542cf

%43.83
%13.58
%42.59

CMYK Percentages of Color #d542cf

%0
%69
%3
%16

Triadic Colors of #d542cf

#d542cf #cfd542 #42cfd5

Analogous Colors of #d542cf

#d542cf #d54286 #9242d5

Monochromatic Colors of #d542cf

#d542cf

Complementary Color

#d542cf #42d548

#d542cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542cf Color CSS Codes

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

#d542cf Text Font Color

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

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


#d542cf Background Color

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

This div background color is #d542cf


#d542cf Border Color

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

This div border color is #d542cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542cf


Comments

No comments written yet.

Please login to write comment.