Color Hex Logo

#c19abf Color Hex

#C19ABF
(193,154,191)
0 Favorites   0 Comments

Color spaces of #c19abf

RGB 193154191
HSL0.840.240.68
HSV303°20°76°
CMYK 0.000.200.01   0.24
XYZ42.951938.210254.4017
Yxy38.21020.31680.2819
Hunter Lab61.814415.8560-8.9099
CIE-Lab68.175320.8693-13.5717

#c19abf color RGB value is (193,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 10111111
Octal 301 232 277
Decimal 193 154 191
Hex C1 9A BF

RGB Percentages of Color #c19abf

%35.87
%28.62
%35.50

CMYK Percentages of Color #c19abf

%0
%20
%1
%24

Triadic Colors of #c19abf

#c19abf #bfc19a #9abfc1

Analogous Colors of #c19abf

#c19abf #c19aac #b09ac1

Monochromatic Colors of #c19abf

#c19abf

Complementary Color

#c19abf #9ac19c

#c19abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19abf Color CSS Codes

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

#c19abf Text Font Color

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

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


#c19abf Background Color

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

This div background color is #c19abf


#c19abf Border Color

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

This div border color is #c19abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19abf


Comments

No comments written yet.

Please login to write comment.