Color Hex Logo

#c58fbf Color Hex

#C58FBF
(197,143,191)
0 Favorites   0 Comments

Color spaces of #c58fbf

RGB 197143191
HSL0.850.320.67
HSV307°27°77°
CMYK 0.000.270.03   0.23
XYZ42.252435.276853.8724
Yxy35.27680.32160.2685
Hunter Lab59.394323.0429-12.2018
CIE-Lab65.963628.3080-16.8685

#c58fbf color RGB value is (197,143,191).

#c58fbf hex color red value is 197, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c58fbf hue: 0.85 , saturation: 0.32 and the lightness value of c58fbf is 0.67.

The process color (four color CMYK) of #c58fbf color hex is 0.00, 0.27, 0.03, 0.23. Web safe color of #c58fbf is #cc99cc. Color #c58fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 10111111
Octal 305 217 277
Decimal 197 143 191
Hex C5 8F BF

RGB Percentages of Color #c58fbf

%37.10
%26.93
%35.97

CMYK Percentages of Color #c58fbf

%0
%27
%3
%23

Triadic Colors of #c58fbf

#c58fbf #bfc58f #8fbfc5

Analogous Colors of #c58fbf

#c58fbf #c58fa4 #b08fc5

Monochromatic Colors of #c58fbf

#c58fbf

Complementary Color

#c58fbf #8fc595

#c58fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fbf Color CSS Codes

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

#c58fbf Text Font Color

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

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


#c58fbf Background Color

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

This div background color is #c58fbf


#c58fbf Border Color

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

This div border color is #c58fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fbf


Comments

No comments written yet.

Please login to write comment.