Color Hex Logo

#d552af Color Hex

#D552AF
(213,82,175)
0 Favorites   0 Comments

Color spaces of #d552af

RGB 21382175
HSL0.880.610.58
HSV317°62°84°
CMYK 0.000.620.18   0.16
XYZ38.195723.275943.0370
Yxy23.27590.36550.2227
Hunter Lab48.245156.8897-19.1180
CIE-Lab55.355461.4073-23.7502

#d552af color RGB value is (213,82,175).

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

The process color (four color CMYK) of #d552af color hex is 0.00, 0.62, 0.18, 0.16. Web safe color of #d552af is #cc6699. Color #d552af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 10101111
Octal 325 122 257
Decimal 213 82 175
Hex D5 52 AF

RGB Percentages of Color #d552af

%45.32
%17.45
%37.23

CMYK Percentages of Color #d552af

%0
%62
%18
%16

Triadic Colors of #d552af

#d552af #afd552 #52afd5

Analogous Colors of #d552af

#d552af #d5526e #ba52d5

Monochromatic Colors of #d552af

#d552af

Complementary Color

#d552af #52d578

#d552af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552af Color CSS Codes

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

#d552af Text Font Color

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

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


#d552af Background Color

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

This div background color is #d552af


#d552af Border Color

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

This div border color is #d552af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552af


Comments

No comments written yet.

Please login to write comment.