Color Hex Logo

#c19bcb Color Hex

#C19BCB
(193,155,203)
0 Favorites   0 Comments

Color spaces of #c19bcb

RGB 193155203
HSL0.800.320.70
HSV288°24°80°
CMYK 0.050.240.00   0.20
XYZ44.493239.091961.7004
Yxy39.09190.30620.2691
Hunter Lab62.523517.6086-14.7430
CIE-Lab68.817822.6355-19.2655

#c19bcb color RGB value is (193,155,203).

#c19bcb hex color red value is 193, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c19bcb hue: 0.80 , saturation: 0.32 and the lightness value of c19bcb is 0.70.

The process color (four color CMYK) of #c19bcb color hex is 0.05, 0.24, 0.00, 0.20. Web safe color of #c19bcb is #cc99cc. Color #c19bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011011 11001011
Octal 301 233 313
Decimal 193 155 203
Hex C1 9B CB

RGB Percentages of Color #c19bcb

%35.03
%28.13
%36.84

CMYK Percentages of Color #c19bcb

%5
%24
%0
%20

Triadic Colors of #c19bcb

#c19bcb #cbc19b #9bcbc1

Analogous Colors of #c19bcb

#c19bcb #cb9bbd #a99bcb

Monochromatic Colors of #c19bcb

#c19bcb

Complementary Color

#c19bcb #a5cb9b

#c19bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19bcb Color CSS Codes

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

#c19bcb Text Font Color

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

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


#c19bcb Background Color

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

This div background color is #c19bcb


#c19bcb Border Color

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

This div border color is #c19bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19bcb


Comments

No comments written yet.

Please login to write comment.