Color Hex Logo

#c58083 Color Hex

#C58083
(197,128,131)
0 Favorites   0 Comments

Color spaces of #c58083

RGB 197128131
HSL0.990.370.64
HSV357°35°77°
CMYK 0.000.350.34   0.23
XYZ34.841928.947425.2238
Yxy28.94740.39140.3252
Hunter Lab53.802821.43919.8656
CIE-Lab60.735227.08689.4695

#c58083 color RGB value is (197,128,131).

#c58083 hex color red value is 197, green value is 128 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c58083 hue: 0.99 , saturation: 0.37 and the lightness value of c58083 is 0.64.

The process color (four color CMYK) of #c58083 color hex is 0.00, 0.35, 0.34, 0.23. Web safe color of #c58083 is #cc9999. Color #c58083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 10000011
Octal 305 200 203
Decimal 197 128 131
Hex C5 80 83

RGB Percentages of Color #c58083

%43.20
%28.07
%28.73

CMYK Percentages of Color #c58083

%0
%35
%34
%23

Triadic Colors of #c58083

#c58083 #83c580 #8083c5

Analogous Colors of #c58083

#c58083 #c5a080 #c580a6

Monochromatic Colors of #c58083

#c58083

Complementary Color

#c58083 #80c5c2

#c58083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58083 Color CSS Codes

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

#c58083 Text Font Color

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

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


#c58083 Background Color

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

This div background color is #c58083


#c58083 Border Color

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

This div border color is #c58083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58083


Comments

No comments written yet.

Please login to write comment.