Color Hex Logo

#c994af Color Hex

#C994AF
(201,148,175)
0 Favorites   0 Comments

Color spaces of #c994af

RGB 201148175
HSL0.920.330.68
HSV329°26°79°
CMYK 0.000.260.13   0.21
XYZ42.415236.692545.4043
Yxy36.69250.34070.2947
Hunter Lab60.574318.9837-2.0396
CIE-Lab67.045724.1333-6.2379

#c994af color RGB value is (201,148,175).

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

The process color (four color CMYK) of #c994af color hex is 0.00, 0.26, 0.13, 0.21. Web safe color of #c994af is #cc9999. Color #c994af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 10101111
Octal 311 224 257
Decimal 201 148 175
Hex C9 94 AF

RGB Percentages of Color #c994af

%38.36
%28.24
%33.40

CMYK Percentages of Color #c994af

%0
%26
%13
%21

Triadic Colors of #c994af

#c994af #afc994 #94afc9

Analogous Colors of #c994af

#c994af #c99495 #c994c9

Monochromatic Colors of #c994af

#c994af

Complementary Color

#c994af #94c9ae

#c994af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994af Color CSS Codes

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

#c994af Text Font Color

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

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


#c994af Background Color

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

This div background color is #c994af


#c994af Border Color

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

This div border color is #c994af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994af

#c994af Color Palettes


Comments

No comments written yet.

Please login to write comment.