Color Hex Logo

#c58dbc Color Hex

#C58DBC
(197,141,188)
0 Favorites   0 Comments

Color spaces of #c58dbc

RGB 197141188
HSL0.860.330.66
HSV310°28°77°
CMYK 0.000.280.05   0.23
XYZ41.627934.550952.0519
Yxy34.55090.32460.2694
Hunter Lab58.780023.5484-11.3575
CIE-Lab65.397528.8587-16.0422

#c58dbc color RGB value is (197,141,188).

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

The process color (four color CMYK) of #c58dbc color hex is 0.00, 0.28, 0.05, 0.23. Web safe color of #c58dbc is #cc99cc. Color #c58dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 10111100
Octal 305 215 274
Decimal 197 141 188
Hex C5 8D BC

RGB Percentages of Color #c58dbc

%37.45
%26.81
%35.74

CMYK Percentages of Color #c58dbc

%0
%28
%5
%23

Triadic Colors of #c58dbc

#c58dbc #bcc58d #8dbcc5

Analogous Colors of #c58dbc

#c58dbc #c58da0 #b28dc5

Monochromatic Colors of #c58dbc

#c58dbc

Complementary Color

#c58dbc #8dc596

#c58dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58dbc Color CSS Codes

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

#c58dbc Text Font Color

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

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


#c58dbc Background Color

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

This div background color is #c58dbc


#c58dbc Border Color

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

This div border color is #c58dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58dbc


Comments

No comments written yet.

Please login to write comment.