Color Hex Logo

#c19ead Color Hex

#C19EAD
(193,158,173)
0 Favorites   0 Comments

Color spaces of #c19ead

RGB 193158173
HSL0.930.220.69
HSV334°18°76°
CMYK 0.000.180.10   0.24
XYZ41.762038.808344.8248
Yxy38.80830.33300.3095
Hunter Lab62.296310.64370.9458
CIE-Lab68.612215.4096-2.8986

#c19ead color RGB value is (193,158,173).

#c19ead hex color red value is 193, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c19ead hue: 0.93 , saturation: 0.22 and the lightness value of c19ead is 0.69.

The process color (four color CMYK) of #c19ead color hex is 0.00, 0.18, 0.10, 0.24. Web safe color of #c19ead is #cc9999. Color #c19ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011110 10101101
Octal 301 236 255
Decimal 193 158 173
Hex C1 9E AD

RGB Percentages of Color #c19ead

%36.83
%30.15
%33.02

CMYK Percentages of Color #c19ead

%0
%18
%10
%24

Triadic Colors of #c19ead

#c19ead #adc19e #9eadc1

Analogous Colors of #c19ead

#c19ead #c1a19e #c19ebf

Monochromatic Colors of #c19ead

#c19ead

Complementary Color

#c19ead #9ec1b2

#c19ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19ead Color CSS Codes

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

#c19ead Text Font Color

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

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


#c19ead Background Color

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

This div background color is #c19ead


#c19ead Border Color

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

This div border color is #c19ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19ead


Comments

No comments written yet.

Please login to write comment.