Color Hex Logo

#c794af Color Hex

#C794AF
(199,148,175)
0 Favorites   0 Comments

Color spaces of #c794af

RGB 199148175
HSL0.910.310.68
HSV328°26°78°
CMYK 0.000.260.12   0.22
XYZ41.881036.417145.3793
Yxy36.41710.33860.2945
Hunter Lab60.346618.2739-2.3422
CIE-Lab66.837423.4203-6.5696

#c794af color RGB value is (199,148,175).

#c794af hex color red value is 199, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c794af hue: 0.91 , saturation: 0.31 and the lightness value of c794af is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 10101111
Octal 307 224 257
Decimal 199 148 175
Hex C7 94 AF

RGB Percentages of Color #c794af

%38.12
%28.35
%33.52

CMYK Percentages of Color #c794af

%0
%26
%12
%22

Triadic Colors of #c794af

#c794af #afc794 #94afc7

Analogous Colors of #c794af

#c794af #c79496 #c694c7

Monochromatic Colors of #c794af

#c794af

Complementary Color

#c794af #94c7ac

#c794af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794af Color CSS Codes

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

#c794af Text Font Color

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

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


#c794af Background Color

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

This div background color is #c794af


#c794af Border Color

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

This div border color is #c794af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,148,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794af


Comments

No comments written yet.

Please login to write comment.