Color Hex Logo

#c58dbf Color Hex

#C58DBF
(197,141,191)
0 Favorites   0 Comments

Color spaces of #c58dbf

RGB 197141191
HSL0.850.330.66
HSV306°28°77°
CMYK 0.000.280.03   0.23
XYZ41.954834.681753.7732
Yxy34.68170.32170.2659
Hunter Lab58.891224.1061-12.9135
CIE-Lab65.500129.4078-17.5705

#c58dbf color RGB value is (197,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 10111111
Octal 305 215 277
Decimal 197 141 191
Hex C5 8D BF

RGB Percentages of Color #c58dbf

%37.24
%26.65
%36.11

CMYK Percentages of Color #c58dbf

%0
%28
%3
%23

Triadic Colors of #c58dbf

#c58dbf #bfc58d #8dbfc5

Analogous Colors of #c58dbf

#c58dbf #c58da3 #af8dc5

Monochromatic Colors of #c58dbf

#c58dbf

Complementary Color

#c58dbf #8dc593

#c58dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58dbf Color CSS Codes

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

#c58dbf Text Font Color

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

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


#c58dbf Background Color

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

This div background color is #c58dbf


#c58dbf Border Color

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

This div border color is #c58dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,141,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 #c58dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58dbf


Comments

No comments written yet.

Please login to write comment.