Color Hex Logo

#c58fbd Color Hex

#C58FBD
(197,143,189)
0 Favorites   0 Comments

Color spaces of #c58fbd

RGB 197143189
HSL0.860.320.67
HSV309°27°77°
CMYK 0.000.270.04   0.23
XYZ42.033735.189452.7209
Yxy35.18940.32350.2708
Hunter Lab59.320722.6712-11.1692
CIE-Lab65.895927.9405-15.8501

#c58fbd color RGB value is (197,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 10111101
Octal 305 217 275
Decimal 197 143 189
Hex C5 8F BD

RGB Percentages of Color #c58fbd

%37.24
%27.03
%35.73

CMYK Percentages of Color #c58fbd

%0
%27
%4
%23

Triadic Colors of #c58fbd

#c58fbd #bdc58f #8fbdc5

Analogous Colors of #c58fbd

#c58fbd #c58fa2 #b28fc5

Monochromatic Colors of #c58fbd

#c58fbd

Complementary Color

#c58fbd #8fc597

#c58fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fbd Color CSS Codes

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

#c58fbd Text Font Color

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

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


#c58fbd Background Color

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

This div background color is #c58fbd


#c58fbd Border Color

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

This div border color is #c58fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fbd


Comments

No comments written yet.

Please login to write comment.