Color Hex Logo

#c10580 Color Hex

#C10580
(193,5,128)
0 Favorites   0 Comments

Color spaces of #c10580

RGB 1935128
HSL0.890.950.39
HSV321°97°76°
CMYK 0.000.970.34   0.24
XYZ25.942913.004521.5649
Yxy13.00450.42870.2149
Hunter Lab36.061865.3052-10.2121
CIE-Lab42.770071.0181-15.2528

#c10580 color RGB value is (193,5,128).

#c10580 hex color red value is 193, green value is 5 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c10580 hue: 0.89 , saturation: 0.95 and the lightness value of c10580 is 0.39.

The process color (four color CMYK) of #c10580 color hex is 0.00, 0.97, 0.34, 0.24. Web safe color of #c10580 is #cc0099. Color #c10580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 10000000
Octal 301 5 200
Decimal 193 5 128
Hex C1 5 80

RGB Percentages of Color #c10580

%59.20
%1.53
%39.26

CMYK Percentages of Color #c10580

%0
%97
%34
%24

Triadic Colors of #c10580

#c10580 #80c105 #0580c1

Analogous Colors of #c10580

#c10580 #c10522 #a405c1

Monochromatic Colors of #c10580

#c10580

Complementary Color

#c10580 #05c146

#c10580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10580 Color CSS Codes

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

#c10580 Text Font Color

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

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


#c10580 Background Color

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

This div background color is #c10580


#c10580 Border Color

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

This div border color is #c10580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10580


Comments

No comments written yet.

Please login to write comment.