Color Hex Logo

#c58dcb Color Hex

#C58DCB
(197,141,203)
0 Favorites   0 Comments

Color spaces of #c58dcb

RGB 197141203
HSL0.820.370.67
HSV294°31°80°
CMYK 0.030.310.00   0.20
XYZ43.330335.231961.0166
Yxy35.23190.31040.2524
Hunter Lab59.356526.4314-19.3987
CIE-Lab65.928831.6757-23.6328

#c58dcb color RGB value is (197,141,203).

#c58dcb hex color red value is 197, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c58dcb hue: 0.82 , saturation: 0.37 and the lightness value of c58dcb is 0.67.

The process color (four color CMYK) of #c58dcb color hex is 0.03, 0.31, 0.00, 0.20. Web safe color of #c58dcb is #cc99cc. Color #c58dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 11001011
Octal 305 215 313
Decimal 197 141 203
Hex C5 8D CB

RGB Percentages of Color #c58dcb

%36.41
%26.06
%37.52

CMYK Percentages of Color #c58dcb

%3
%31
%0
%20

Triadic Colors of #c58dcb

#c58dcb #cbc58d #8dcbc5

Analogous Colors of #c58dcb

#c58dcb #cb8db2 #a68dcb

Monochromatic Colors of #c58dcb

#c58dcb

Complementary Color

#c58dcb #93cb8d

#c58dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58dcb Color CSS Codes

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

#c58dcb Text Font Color

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

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


#c58dcb Background Color

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

This div background color is #c58dcb


#c58dcb Border Color

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

This div border color is #c58dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58dcb


Comments

No comments written yet.

Please login to write comment.