Color Hex Logo

#c5838d Color Hex

#C5838D
(197,131,141)
0 Favorites   0 Comments

Color spaces of #c5838d

RGB 197131141
HSL0.970.360.64
HSV351°34°77°
CMYK 0.000.340.28   0.23
XYZ35.950030.026029.1001
Yxy30.02600.37810.3158
Hunter Lab54.796021.21556.8705
CIE-Lab61.676626.78285.0979

#c5838d color RGB value is (197,131,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 10001101
Octal 305 203 215
Decimal 197 131 141
Hex C5 83 8D

RGB Percentages of Color #c5838d

%42.00
%27.93
%30.06

CMYK Percentages of Color #c5838d

%0
%34
%28
%23

Triadic Colors of #c5838d

#c5838d #8dc583 #838dc5

Analogous Colors of #c5838d

#c5838d #c59a83 #c583ae

Monochromatic Colors of #c5838d

#c5838d

Complementary Color

#c5838d #83c5bb

#c5838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5838d Color CSS Codes

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

#c5838d Text Font Color

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

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


#c5838d Background Color

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

This div background color is #c5838d


#c5838d Border Color

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

This div border color is #c5838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5838d


Comments

No comments written yet.

Please login to write comment.