Color Hex Logo

#c19abc Color Hex

#C19ABC
(193,154,188)
0 Favorites   0 Comments

Color spaces of #c19abc

RGB 193154188
HSL0.850.240.68
HSV308°20°76°
CMYK 0.000.200.03   0.24
XYZ42.625038.079552.6804
Yxy38.07950.31960.2855
Hunter Lab61.708615.3082-7.4196
CIE-Lab68.079220.3076-12.0456

#c19abc color RGB value is (193,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 10111100
Octal 301 232 274
Decimal 193 154 188
Hex C1 9A BC

RGB Percentages of Color #c19abc

%36.07
%28.79
%35.14

CMYK Percentages of Color #c19abc

%0
%20
%3
%24

Triadic Colors of #c19abc

#c19abc #bcc19a #9abcc1

Analogous Colors of #c19abc

#c19abc #c19aa9 #b39ac1

Monochromatic Colors of #c19abc

#c19abc

Complementary Color

#c19abc #9ac19f

#c19abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19abc Color CSS Codes

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

#c19abc Text Font Color

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

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


#c19abc Background Color

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

This div background color is #c19abc


#c19abc Border Color

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

This div border color is #c19abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19abc


Comments

No comments written yet.

Please login to write comment.