Color Hex Logo

#c58baf Color Hex

#C58BAF
(197,139,175)
0 Favorites   0 Comments

Color spaces of #c58baf

RGB 197139175
HSL0.900.330.66
HSV323°29°77°
CMYK 0.000.290.11   0.23
XYZ39.996433.430744.9022
Yxy33.43070.33800.2825
Hunter Lab57.819322.2933-5.5708
CIE-Lab64.508127.6653-10.0601

#c58baf color RGB value is (197,139,175).

#c58baf hex color red value is 197, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c58baf hue: 0.90 , saturation: 0.33 and the lightness value of c58baf is 0.66.

The process color (four color CMYK) of #c58baf color hex is 0.00, 0.29, 0.11, 0.23. Web safe color of #c58baf is #cc9999. Color #c58baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001011 10101111
Octal 305 213 257
Decimal 197 139 175
Hex C5 8B AF

RGB Percentages of Color #c58baf

%38.55
%27.20
%34.25

CMYK Percentages of Color #c58baf

%0
%29
%11
%23

Triadic Colors of #c58baf

#c58baf #afc58b #8bafc5

Analogous Colors of #c58baf

#c58baf #c58b92 #be8bc5

Monochromatic Colors of #c58baf

#c58baf

Complementary Color

#c58baf #8bc5a1

#c58baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58baf Color CSS Codes

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

#c58baf Text Font Color

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

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


#c58baf Background Color

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

This div background color is #c58baf


#c58baf Border Color

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

This div border color is #c58baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58baf


Comments

No comments written yet.

Please login to write comment.