Color Hex Logo

#c19dbd Color Hex

#C19DBD
(193,157,189)
0 Favorites   0 Comments

Color spaces of #c19dbd

RGB 193157189
HSL0.850.230.69
HSV307°19°76°
CMYK 0.000.190.02   0.24
XYZ43.234639.125553.4174
Yxy39.12550.31840.2882
Hunter Lab62.550413.9154-6.8478
CIE-Lab68.842118.8350-11.4590

#c19dbd color RGB value is (193,157,189).

#c19dbd hex color red value is 193, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c19dbd hue: 0.85 , saturation: 0.23 and the lightness value of c19dbd is 0.69.

The process color (four color CMYK) of #c19dbd color hex is 0.00, 0.19, 0.02, 0.24. Web safe color of #c19dbd is #cc99cc. Color #c19dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 10111101
Octal 301 235 275
Decimal 193 157 189
Hex C1 9D BD

RGB Percentages of Color #c19dbd

%35.81
%29.13
%35.06

CMYK Percentages of Color #c19dbd

%0
%19
%2
%24

Triadic Colors of #c19dbd

#c19dbd #bdc19d #9dbdc1

Analogous Colors of #c19dbd

#c19dbd #c19dab #b39dc1

Monochromatic Colors of #c19dbd

#c19dbd

Complementary Color

#c19dbd #9dc1a1

#c19dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dbd Color CSS Codes

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

#c19dbd Text Font Color

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

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


#c19dbd Background Color

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

This div background color is #c19dbd


#c19dbd Border Color

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

This div border color is #c19dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dbd


Comments

No comments written yet.

Please login to write comment.