Color Hex Logo

#d580cc Color Hex

#D580CC
(213,128,204)
0 Favorites   0 Comments

Color spaces of #d580cc

RGB 213128204
HSL0.850.500.67
HSV306°40°84°
CMYK 0.000.400.04   0.16
XYZ46.058833.944161.2510
Yxy33.94410.32610.2403
Hunter Lab58.261639.1558-21.5491
CIE-Lab64.918243.9454-25.5861

#d580cc color RGB value is (213,128,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 11001100
Octal 325 200 314
Decimal 213 128 204
Hex D5 80 CC

RGB Percentages of Color #d580cc

%39.08
%23.49
%37.43

CMYK Percentages of Color #d580cc

%0
%40
%4
%16

Triadic Colors of #d580cc

#d580cc #ccd580 #80ccd5

Analogous Colors of #d580cc

#d580cc #d580a2 #b480d5

Monochromatic Colors of #d580cc

#d580cc

Complementary Color

#d580cc #80d589

#d580cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580cc Color CSS Codes

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

#d580cc Text Font Color

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

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


#d580cc Background Color

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

This div background color is #d580cc


#d580cc Border Color

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

This div border color is #d580cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580cc


Comments

No comments written yet.

Please login to write comment.