Color Hex Logo

#c790ac Color Hex

#C790AC
(199,144,172)
0 Favorites   0 Comments

Color spaces of #c790ac

RGB 199144172
HSL0.920.330.67
HSV329°28°78°
CMYK 0.000.280.14   0.22
XYZ40.972835.067243.6389
Yxy35.06720.34240.2930
Hunter Lab59.217619.8739-2.2400
CIE-Lab65.801025.1173-6.4217

#c790ac color RGB value is (199,144,172).

#c790ac hex color red value is 199, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c790ac hue: 0.92 , saturation: 0.33 and the lightness value of c790ac is 0.67.

The process color (four color CMYK) of #c790ac color hex is 0.00, 0.28, 0.14, 0.22. Web safe color of #c790ac is #cc9999. Color #c790ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 10101100
Octal 307 220 254
Decimal 199 144 172
Hex C7 90 AC

RGB Percentages of Color #c790ac

%38.64
%27.96
%33.40

CMYK Percentages of Color #c790ac

%0
%28
%14
%22

Triadic Colors of #c790ac

#c790ac #acc790 #90acc7

Analogous Colors of #c790ac

#c790ac #c79091 #c790c7

Monochromatic Colors of #c790ac

#c790ac

Complementary Color

#c790ac #90c7ab

#c790ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790ac Color CSS Codes

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

#c790ac Text Font Color

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

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


#c790ac Background Color

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

This div background color is #c790ac


#c790ac Border Color

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

This div border color is #c790ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,144,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 #c790ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790ac


Comments

No comments written yet.

Please login to write comment.