Color Hex Logo

#c19acd Color Hex

#C19ACD
(193,154,205)
0 Favorites   0 Comments

Color spaces of #c19acd

RGB 193154205
HSL0.790.340.70
HSV286°25°80°
CMYK 0.060.250.00   0.20
XYZ44.567438.856462.9087
Yxy38.85640.30460.2655
Hunter Lab62.334918.5355-16.2013
CIE-Lab68.647123.5868-20.6331

#c19acd color RGB value is (193,154,205).

#c19acd hex color red value is 193, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c19acd hue: 0.79 , saturation: 0.34 and the lightness value of c19acd is 0.70.

The process color (four color CMYK) of #c19acd color hex is 0.06, 0.25, 0.00, 0.20. Web safe color of #c19acd is #cc99cc. Color #c19acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 11001101
Octal 301 232 315
Decimal 193 154 205
Hex C1 9A CD

RGB Percentages of Color #c19acd

%34.96
%27.90
%37.14

CMYK Percentages of Color #c19acd

%6
%25
%0
%20

Triadic Colors of #c19acd

#c19acd #cdc19a #9acdc1

Analogous Colors of #c19acd

#c19acd #cd9ac0 #a89acd

Monochromatic Colors of #c19acd

#c19acd

Complementary Color

#c19acd #a6cd9a

#c19acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19acd Color CSS Codes

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

#c19acd Text Font Color

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

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


#c19acd Background Color

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

This div background color is #c19acd


#c19acd Border Color

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

This div border color is #c19acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19acd


Comments

No comments written yet.

Please login to write comment.