Color Hex Logo

#d580ab Color Hex

#D580AB
(213,128,171)
0 Favorites   0 Comments

Color spaces of #d580ab

RGB 213128171
HSL0.920.500.67
HSV330°40°84°
CMYK 0.000.400.20   0.16
XYZ42.510432.524842.5654
Yxy32.52480.36150.2766
Hunter Lab57.030533.2500-4.3304
CIE-Lab63.774338.5199-8.6968

#d580ab color RGB value is (213,128,171).

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

The process color (four color CMYK) of #d580ab color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d580ab is #cc9999. Color #d580ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 10101011
Octal 325 200 253
Decimal 213 128 171
Hex D5 80 AB

RGB Percentages of Color #d580ab

%41.60
%25.00
%33.40

CMYK Percentages of Color #d580ab

%0
%40
%20
%16

Triadic Colors of #d580ab

#d580ab #abd580 #80abd5

Analogous Colors of #d580ab

#d580ab #d58081 #d580d5

Monochromatic Colors of #d580ab

#d580ab

Complementary Color

#d580ab #80d5aa

#d580ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580ab Color CSS Codes

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

#d580ab Text Font Color

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

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


#d580ab Background Color

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

This div background color is #d580ab


#d580ab Border Color

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

This div border color is #d580ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580ab


Comments

No comments written yet.

Please login to write comment.