Color Hex Logo

#c19dba Color Hex

#C19DBA
(193,157,186)
0 Favorites   0 Comments

Color spaces of #c19dba

RGB 193157186
HSL0.870.230.69
HSV312°19°76°
CMYK 0.000.190.04   0.24
XYZ42.912238.996651.7197
Yxy38.99660.32110.2918
Hunter Lab62.447313.3781-5.3917
CIE-Lab68.748818.2789-9.9307

#c19dba color RGB value is (193,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 10111010
Octal 301 235 272
Decimal 193 157 186
Hex C1 9D BA

RGB Percentages of Color #c19dba

%36.01
%29.29
%34.70

CMYK Percentages of Color #c19dba

%0
%19
%4
%24

Triadic Colors of #c19dba

#c19dba #bac19d #9dbac1

Analogous Colors of #c19dba

#c19dba #c19da8 #b69dc1

Monochromatic Colors of #c19dba

#c19dba

Complementary Color

#c19dba #9dc1a4

#c19dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dba Color CSS Codes

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

#c19dba Text Font Color

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

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


#c19dba Background Color

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

This div background color is #c19dba


#c19dba Border Color

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

This div border color is #c19dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,157,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dba


Comments

No comments written yet.

Please login to write comment.