Color Hex Logo

#c2805b Color Hex

#C2805B
(194,128,91)
0 Favorites   0 Comments

Color spaces of #c2805b

RGB 19412891
HSL0.060.460.56
HSV22°53°76°
CMYK 0.000.340.53   0.24
XYZ31.855627.663013.5580
Yxy27.66300.43590.3785
Hunter Lab52.595616.069821.5333
CIE-Lab59.583121.522530.4440

#c2805b color RGB value is (194,128,91).

#c2805b hex color red value is 194, green value is 128 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c2805b hue: 0.06 , saturation: 0.46 and the lightness value of c2805b is 0.56.

The process color (four color CMYK) of #c2805b color hex is 0.00, 0.34, 0.53, 0.24. Web safe color of #c2805b is #cc9966. Color #c2805b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 01011011
Octal 302 200 133
Decimal 194 128 91
Hex C2 80 5B

RGB Percentages of Color #c2805b

%46.97
%30.99
%22.03

CMYK Percentages of Color #c2805b

%0
%34
%53
%24

Triadic Colors of #c2805b

#c2805b #5bc280 #805bc2

Analogous Colors of #c2805b

#c2805b #c2b45b #c25b6a

Monochromatic Colors of #c2805b

#c2805b

Complementary Color

#c2805b #5b9dc2

#c2805b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2805b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2805b Color CSS Codes

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

#c2805b Text Font Color

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

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


#c2805b Background Color

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

This div background color is #c2805b


#c2805b Border Color

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

This div border color is #c2805b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,128,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 #c2805b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2805b


Comments

No comments written yet.

Please login to write comment.