Color Hex Logo

#c5858d Color Hex

#C5858D
(197,133,141)
0 Favorites   0 Comments

Color spaces of #c5858d

RGB 197133141
HSL0.980.360.65
HSV353°32°77°
CMYK 0.000.320.28   0.23
XYZ36.221230.568529.1905
Yxy30.56850.37740.3185
Hunter Lab55.288820.18497.3992
CIE-Lab62.141725.68535.7664

#c5858d color RGB value is (197,133,141).

#c5858d hex color red value is 197, green value is 133 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c5858d hue: 0.98 , saturation: 0.36 and the lightness value of c5858d is 0.65.

The process color (four color CMYK) of #c5858d color hex is 0.00, 0.32, 0.28, 0.23. Web safe color of #c5858d is #cc9999. Color #c5858d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000101 10001101
Octal 305 205 215
Decimal 197 133 141
Hex C5 85 8D

RGB Percentages of Color #c5858d

%41.83
%28.24
%29.94

CMYK Percentages of Color #c5858d

%0
%32
%28
%23

Triadic Colors of #c5858d

#c5858d #8dc585 #858dc5

Analogous Colors of #c5858d

#c5858d #c59d85 #c585ad

Monochromatic Colors of #c5858d

#c5858d

Complementary Color

#c5858d #85c5bd

#c5858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5858d Color CSS Codes

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

#c5858d Text Font Color

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

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


#c5858d Background Color

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

This div background color is #c5858d


#c5858d Border Color

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

This div border color is #c5858d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,133,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5858d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5858d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5858d;
  box-shadow:         1px 1px 3px 2px #c5858d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,133,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5858d


Comments

No comments written yet.

Please login to write comment.