Color Hex Logo

#c892af Color Hex

#C892AF
(200,146,175)
0 Favorites   0 Comments

Color spaces of #c892af

RGB 200146175
HSL0.910.330.68
HSV328°27°78°
CMYK 0.000.270.13   0.22
XYZ41.836235.932345.2881
Yxy35.93230.34000.2920
Hunter Lab59.943619.6787-2.8338
CIE-Lab66.468224.8761-7.1060

#c892af color RGB value is (200,146,175).

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

The process color (four color CMYK) of #c892af color hex is 0.00, 0.27, 0.13, 0.22. Web safe color of #c892af is #cc9999. Color #c892af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010010 10101111
Octal 310 222 257
Decimal 200 146 175
Hex C8 92 AF

RGB Percentages of Color #c892af

%38.39
%28.02
%33.59

CMYK Percentages of Color #c892af

%0
%27
%13
%22

Triadic Colors of #c892af

#c892af #afc892 #92afc8

Analogous Colors of #c892af

#c892af #c89294 #c692c8

Monochromatic Colors of #c892af

#c892af

Complementary Color

#c892af #92c8ab

#c892af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c892af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c892af Color CSS Codes

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

#c892af Text Font Color

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

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


#c892af Background Color

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

This div background color is #c892af


#c892af Border Color

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

This div border color is #c892af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c892af


Comments

No comments written yet.

Please login to write comment.