Color Hex Logo

#c0505c Color Hex

#C0505C
(192,80,92)
0 Favorites   0 Comments

Color spaces of #c0505c

RGB 1928092
HSL0.980.470.53
HSV354°58°75°
CMYK 0.000.580.52   0.25
XYZ26.538717.716512.1461
Yxy17.71650.47050.3141
Hunter Lab42.091038.886512.3545
CIE-Lab49.150445.980516.0514

#c0505c color RGB value is (192,80,92).

#c0505c hex color red value is 192, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c0505c hue: 0.98 , saturation: 0.47 and the lightness value of c0505c is 0.53.

The process color (four color CMYK) of #c0505c color hex is 0.00, 0.58, 0.52, 0.25. Web safe color of #c0505c is #cc6666. Color #c0505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 01011100
Octal 300 120 134
Decimal 192 80 92
Hex C0 50 5C

RGB Percentages of Color #c0505c

%52.75
%21.98
%25.27

CMYK Percentages of Color #c0505c

%0
%58
%52
%25

Triadic Colors of #c0505c

#c0505c #5cc050 #505cc0

Analogous Colors of #c0505c

#c0505c #c07c50 #c05094

Monochromatic Colors of #c0505c

#c0505c

Complementary Color

#c0505c #50c0b4

#c0505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0505c Color CSS Codes

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

#c0505c Text Font Color

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

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


#c0505c Background Color

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

This div background color is #c0505c


#c0505c Border Color

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

This div border color is #c0505c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,80,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0505c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0505c;
  -webkit-box-shadow: 1px 1px 3px 2px #c0505c;
  box-shadow:         1px 1px 3px 2px #c0505c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,80,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0505c


Comments

No comments written yet.

Please login to write comment.