Color Hex Logo

#d580ca Color Hex

#D580CA
(213,128,202)
0 Favorites   0 Comments

Color spaces of #d580ca

RGB 213128202
HSL0.850.500.67
HSV308°40°84°
CMYK 0.000.400.05   0.16
XYZ45.820433.848759.9956
Yxy33.84870.32810.2424
Hunter Lab58.179638.7665-20.4149
CIE-Lab64.842343.5937-24.5812

#d580ca color RGB value is (213,128,202).

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

The process color (four color CMYK) of #d580ca color hex is 0.00, 0.40, 0.05, 0.16. Web safe color of #d580ca is #cc99cc. Color #d580ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 11001010
Octal 325 200 312
Decimal 213 128 202
Hex D5 80 CA

RGB Percentages of Color #d580ca

%39.23
%23.57
%37.20

CMYK Percentages of Color #d580ca

%0
%40
%5
%16

Triadic Colors of #d580ca

#d580ca #cad580 #80cad5

Analogous Colors of #d580ca

#d580ca #d580a0 #b680d5

Monochromatic Colors of #d580ca

#d580ca

Complementary Color

#d580ca #80d58b

#d580ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580ca Color CSS Codes

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

#d580ca Text Font Color

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

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


#d580ca Background Color

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

This div background color is #d580ca


#d580ca Border Color

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

This div border color is #d580ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,128,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 #d580ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580ca


Comments

No comments written yet.

Please login to write comment.