Color Hex Logo

#c0455b Color Hex

#C0455B
(192,69,91)
0 Favorites   0 Comments

Color spaces of #c0455b

RGB 1926991
HSL0.970.490.51
HSV349°64°75°
CMYK 0.000.640.53   0.25
XYZ25.754716.218011.6705
Yxy16.21800.48010.3023
Hunter Lab40.271643.680011.0082
CIE-Lab47.259250.882014.0641

#c0455b color RGB value is (192,69,91).

#c0455b hex color red value is 192, green value is 69 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c0455b hue: 0.97 , saturation: 0.49 and the lightness value of c0455b is 0.51.

The process color (four color CMYK) of #c0455b color hex is 0.00, 0.64, 0.53, 0.25. Web safe color of #c0455b is #cc3366. Color #c0455b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 01011011
Octal 300 105 133
Decimal 192 69 91
Hex C0 45 5B

RGB Percentages of Color #c0455b

%54.55
%19.60
%25.85

CMYK Percentages of Color #c0455b

%0
%64
%53
%25

Triadic Colors of #c0455b

#c0455b #5bc045 #455bc0

Analogous Colors of #c0455b

#c0455b #c06d45 #c04599

Monochromatic Colors of #c0455b

#c0455b

Complementary Color

#c0455b #45c0aa

#c0455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0455b Color CSS Codes

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

#c0455b Text Font Color

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

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


#c0455b Background Color

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

This div background color is #c0455b


#c0455b Border Color

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

This div border color is #c0455b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0455b


Comments

No comments written yet.

Please login to write comment.