Color Hex Logo

#c580de Color Hex

#C580DE
(197,128,222)
0 Favorites   0 Comments

Color spaces of #c580de

RGB 197128222
HSL0.790.590.69
HSV284°42°87°
CMYK 0.110.420.00   0.13
XYZ43.929932.582673.0809
Yxy32.58260.29370.2178
Hunter Lab57.081237.4823-35.9520
CIE-Lab63.821542.5259-37.4868

#c580de color RGB value is (197,128,222).

#c580de hex color red value is 197, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c580de hue: 0.79 , saturation: 0.59 and the lightness value of c580de is 0.69.

The process color (four color CMYK) of #c580de color hex is 0.11, 0.42, 0.00, 0.13. Web safe color of #c580de is #cc99cc. Color #c580de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 11011110
Octal 305 200 336
Decimal 197 128 222
Hex C5 80 DE

RGB Percentages of Color #c580de

%36.01
%23.40
%40.59

CMYK Percentages of Color #c580de

%11
%42
%0
%13

Triadic Colors of #c580de

#c580de #dec580 #80dec5

Analogous Colors of #c580de

#c580de #de80c8 #9680de

Monochromatic Colors of #c580de

#c580de

Complementary Color

#c580de #99de80

#c580de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c580de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c580de Color CSS Codes

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

#c580de Text Font Color

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

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


#c580de Background Color

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

This div background color is #c580de


#c580de Border Color

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

This div border color is #c580de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c580de


Comments

No comments written yet.

Please login to write comment.