Color Hex Logo

#c491ac Color Hex

#C491AC
(196,145,172)
0 Favorites   0 Comments

Color spaces of #c491ac

RGB 196145172
HSL0.910.300.67
HSV328°26°77°
CMYK 0.000.260.12   0.23
XYZ40.336734.965143.6527
Yxy34.96510.33910.2939
Hunter Lab59.131318.2849-2.3780
CIE-Lab65.721523.4950-6.5743

#c491ac color RGB value is (196,145,172).

#c491ac hex color red value is 196, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c491ac hue: 0.91 , saturation: 0.30 and the lightness value of c491ac is 0.67.

The process color (four color CMYK) of #c491ac color hex is 0.00, 0.26, 0.12, 0.23. Web safe color of #c491ac is #cc9999. Color #c491ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10101100
Octal 304 221 254
Decimal 196 145 172
Hex C4 91 AC

RGB Percentages of Color #c491ac

%38.21
%28.27
%33.53

CMYK Percentages of Color #c491ac

%0
%26
%12
%23

Triadic Colors of #c491ac

#c491ac #acc491 #91acc4

Analogous Colors of #c491ac

#c491ac #c49193 #c391c4

Monochromatic Colors of #c491ac

#c491ac

Complementary Color

#c491ac #91c4a9

#c491ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c491ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c491ac Color CSS Codes

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

#c491ac Text Font Color

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

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


#c491ac Background Color

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

This div background color is #c491ac


#c491ac Border Color

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

This div border color is #c491ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,145,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c491ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c491ac;
  -webkit-box-shadow: 1px 1px 3px 2px #c491ac;
  box-shadow:         1px 1px 3px 2px #c491ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,145,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c491ac


Comments

No comments written yet.

Please login to write comment.