Color Hex Logo

#c19abe Color Hex

#C19ABE
(193,154,190)
0 Favorites   0 Comments

Color spaces of #c19abe

RGB 193154190
HSL0.850.240.68
HSV305°20°76°
CMYK 0.000.200.02   0.24
XYZ42.842238.166453.8240
Yxy38.16640.31770.2831
Hunter Lab61.779015.6722-8.4103
CIE-Lab68.143120.6811-13.0634

#c19abe color RGB value is (193,154,190).

#c19abe hex color red value is 193, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c19abe hue: 0.85 , saturation: 0.24 and the lightness value of c19abe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 10111110
Octal 301 232 276
Decimal 193 154 190
Hex C1 9A BE

RGB Percentages of Color #c19abe

%35.94
%28.68
%35.38

CMYK Percentages of Color #c19abe

%0
%20
%2
%24

Triadic Colors of #c19abe

#c19abe #bec19a #9abec1

Analogous Colors of #c19abe

#c19abe #c19aab #b19ac1

Monochromatic Colors of #c19abe

#c19abe

Complementary Color

#c19abe #9ac19d

#c19abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19abe Color CSS Codes

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

#c19abe Text Font Color

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

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


#c19abe Background Color

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

This div background color is #c19abe


#c19abe Border Color

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

This div border color is #c19abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19abe


Comments

No comments written yet.

Please login to write comment.