Color Hex Logo

#c4585b Color Hex

#C4585B
(196,88,91)
1 Favorites   0 Comments

Color spaces of #c4585b

RGB 1968891
HSL1.000.480.56
HSV358°55°77°
CMYK 0.000.550.54   0.23
XYZ28.143019.470512.1724
Yxy19.47050.47070.3257
Hunter Lab44.125436.627214.5321
CIE-Lab51.233243.459819.5729

#c4585b color RGB value is (196,88,91).

#c4585b hex color red value is 196, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c4585b hue: 1.00 , saturation: 0.48 and the lightness value of c4585b is 0.56.

The process color (four color CMYK) of #c4585b color hex is 0.00, 0.55, 0.54, 0.23. Web safe color of #c4585b is #cc6666. Color #c4585b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 01011011
Octal 304 130 133
Decimal 196 88 91
Hex C4 58 5B

RGB Percentages of Color #c4585b

%52.27
%23.47
%24.27

CMYK Percentages of Color #c4585b

%0
%55
%54
%23

Triadic Colors of #c4585b

#c4585b #5bc458 #585bc4

Analogous Colors of #c4585b

#c4585b #c48b58 #c45891

Monochromatic Colors of #c4585b

#c4585b

Complementary Color

#c4585b #58c4c1

#c4585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4585b Color CSS Codes

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

#c4585b Text Font Color

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

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


#c4585b Background Color

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

This div background color is #c4585b


#c4585b Border Color

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

This div border color is #c4585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4585b


Comments

No comments written yet.

Please login to write comment.