Color Hex Logo

#c580b3 Color Hex

#C580B3
(197,128,179)
0 Favorites   0 Comments

Color spaces of #c580b3

RGB 197128179
HSL0.880.370.64
HSV316°35°77°
CMYK 0.000.350.09   0.23
XYZ38.881830.563346.4978
Yxy30.56330.33540.2636
Hunter Lab55.284128.7935-11.1682
CIE-Lab62.137234.3714-15.8907

#c580b3 color RGB value is (197,128,179).

#c580b3 hex color red value is 197, green value is 128 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #c580b3 hue: 0.88 , saturation: 0.37 and the lightness value of c580b3 is 0.64.

The process color (four color CMYK) of #c580b3 color hex is 0.00, 0.35, 0.09, 0.23. Web safe color of #c580b3 is #cc99cc. Color #c580b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 10110011
Octal 305 200 263
Decimal 197 128 179
Hex C5 80 B3

RGB Percentages of Color #c580b3

%39.09
%25.40
%35.52

CMYK Percentages of Color #c580b3

%0
%35
%9
%23

Triadic Colors of #c580b3

#c580b3 #b3c580 #80b3c5

Analogous Colors of #c580b3

#c580b3 #c58091 #b580c5

Monochromatic Colors of #c580b3

#c580b3

Complementary Color

#c580b3 #80c592

#c580b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c580b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c580b3 Color CSS Codes

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

#c580b3 Text Font Color

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

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


#c580b3 Background Color

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

This div background color is #c580b3


#c580b3 Border Color

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

This div border color is #c580b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c580b3


Comments

No comments written yet.

Please login to write comment.