Color Hex Logo

#d552ca Color Hex

#D552CA
(213,82,202)
0 Favorites   0 Comments

Color spaces of #d552ca

RGB 21382202
HSL0.850.610.58
HSV305°62°84°
CMYK 0.000.620.05   0.16
XYZ41.118524.445058.4283
Yxy24.44500.33160.1972
Hunter Lab49.441961.9268-35.4571
CIE-Lab56.530665.5229-37.4713

#d552ca color RGB value is (213,82,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11001010
Octal 325 122 312
Decimal 213 82 202
Hex D5 52 CA

RGB Percentages of Color #d552ca

%42.86
%16.50
%40.64

CMYK Percentages of Color #d552ca

%0
%62
%5
%16

Triadic Colors of #d552ca

#d552ca #cad552 #52cad5

Analogous Colors of #d552ca

#d552ca #d55289 #9f52d5

Monochromatic Colors of #d552ca

#d552ca

Complementary Color

#d552ca #52d55d

#d552ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552ca Color CSS Codes

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

#d552ca Text Font Color

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

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


#d552ca Background Color

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

This div background color is #d552ca


#d552ca Border Color

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

This div border color is #d552ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552ca


Comments

No comments written yet.

Please login to write comment.