Color Hex Logo

#d552cf Color Hex

#D552CF
(213,82,207)
0 Favorites   0 Comments

Color spaces of #d552cf

RGB 21382207
HSL0.840.610.58
HSV303°62°84°
CMYK 0.000.620.03   0.16
XYZ41.720424.685761.5974
Yxy24.68570.32590.1929
Hunter Lab49.684762.9388-38.7264
CIE-Lab56.767966.3363-39.9490

#d552cf color RGB value is (213,82,207).

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

The process color (four color CMYK) of #d552cf color hex is 0.00, 0.62, 0.03, 0.16. Web safe color of #d552cf is #cc66cc. Color #d552cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11001111
Octal 325 122 317
Decimal 213 82 207
Hex D5 52 CF

RGB Percentages of Color #d552cf

%42.43
%16.33
%41.24

CMYK Percentages of Color #d552cf

%0
%62
%3
%16

Triadic Colors of #d552cf

#d552cf #cfd552 #52cfd5

Analogous Colors of #d552cf

#d552cf #d5528e #9a52d5

Monochromatic Colors of #d552cf

#d552cf

Complementary Color

#d552cf #52d558

#d552cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552cf Color CSS Codes

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

#d552cf Text Font Color

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

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


#d552cf Background Color

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

This div background color is #d552cf


#d552cf Border Color

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

This div border color is #d552cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552cf


Comments

No comments written yet.

Please login to write comment.