Color Hex Logo

#c19fdb Color Hex

#C19FDB
(193,159,219)
0 Favorites   0 Comments

Color spaces of #c19fdb

RGB 193159219
HSL0.760.450.74
HSV274°27°86°
CMYK 0.120.270.00   0.14
XYZ47.176641.248272.4931
Yxy41.24820.29320.2563
Hunter Lab64.224818.7247-21.9657
CIE-Lab70.349523.6863-25.7610

#c19fdb color RGB value is (193,159,219).

#c19fdb hex color red value is 193, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c19fdb hue: 0.76 , saturation: 0.45 and the lightness value of c19fdb is 0.74.

The process color (four color CMYK) of #c19fdb color hex is 0.12, 0.27, 0.00, 0.14. Web safe color of #c19fdb is #cc99cc. Color #c19fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011111 11011011
Octal 301 237 333
Decimal 193 159 219
Hex C1 9F DB

RGB Percentages of Color #c19fdb

%33.80
%27.85
%38.35

CMYK Percentages of Color #c19fdb

%12
%27
%0
%14

Triadic Colors of #c19fdb

#c19fdb #dbc19f #9fdbc1

Analogous Colors of #c19fdb

#c19fdb #db9fd7 #a39fdb

Monochromatic Colors of #c19fdb

#c19fdb

Complementary Color

#c19fdb #b9db9f

#c19fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19fdb Color CSS Codes

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

#c19fdb Text Font Color

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

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


#c19fdb Background Color

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

This div background color is #c19fdb


#c19fdb Border Color

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

This div border color is #c19fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19fdb


Comments

No comments written yet.

Please login to write comment.