Color Hex Logo

#d581cd Color Hex

#D581CD
(213,129,205)
0 Favorites   0 Comments

Color spaces of #d581cd

RGB 213129205
HSL0.850.500.67
HSV306°39°84°
CMYK 0.000.390.04   0.16
XYZ46.310334.254461.9286
Yxy34.25440.32500.2404
Hunter Lab58.527338.8173-21.7666
CIE-Lab65.164043.5993-25.7689

#d581cd color RGB value is (213,129,205).

#d581cd hex color red value is 213, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d581cd hue: 0.85 , saturation: 0.50 and the lightness value of d581cd is 0.67.

The process color (four color CMYK) of #d581cd color hex is 0.00, 0.39, 0.04, 0.16. Web safe color of #d581cd is #cc99cc. Color #d581cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000001 11001101
Octal 325 201 315
Decimal 213 129 205
Hex D5 81 CD

RGB Percentages of Color #d581cd

%38.94
%23.58
%37.48

CMYK Percentages of Color #d581cd

%0
%39
%4
%16

Triadic Colors of #d581cd

#d581cd #cdd581 #81cdd5

Analogous Colors of #d581cd

#d581cd #d581a3 #b381d5

Monochromatic Colors of #d581cd

#d581cd

Complementary Color

#d581cd #81d589

#d581cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d581cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d581cd Color CSS Codes

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

#d581cd Text Font Color

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

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


#d581cd Background Color

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

This div background color is #d581cd


#d581cd Border Color

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

This div border color is #d581cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d581cd


Comments

No comments written yet.

Please login to write comment.