Color Hex Logo

#d552da Color Hex

#D552DA
(213,82,218)
0 Favorites   0 Comments

Color spaces of #d552da

RGB 21382218
HSL0.830.650.59
HSV298°62°85°
CMYK 0.020.620.00   0.15
XYZ43.112825.242768.9297
Yxy25.24270.31400.1839
Hunter Lab50.242165.2473-46.1735
CIE-Lab57.311168.1759-45.3312

#d552da color RGB value is (213,82,218).

#d552da hex color red value is 213, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d552da hue: 0.83 , saturation: 0.65 and the lightness value of d552da is 0.59.

The process color (four color CMYK) of #d552da color hex is 0.02, 0.62, 0.00, 0.15. Web safe color of #d552da is #cc66cc. Color #d552da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11011010
Octal 325 122 332
Decimal 213 82 218
Hex D5 52 DA

RGB Percentages of Color #d552da

%41.52
%15.98
%42.50

CMYK Percentages of Color #d552da

%2
%62
%0
%15

Triadic Colors of #d552da

#d552da #dad552 #52dad5

Analogous Colors of #d552da

#d552da #da529b #9152da

Monochromatic Colors of #d552da

#d552da

Complementary Color

#d552da #57da52

#d552da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552da Color CSS Codes

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

#d552da Text Font Color

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

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


#d552da Background Color

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

This div background color is #d552da


#d552da Border Color

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

This div border color is #d552da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552da


Comments

No comments written yet.

Please login to write comment.