Color Hex Logo

#c893aa Color Hex

#C893AA
(200,147,170)
0 Favorites   0 Comments

Color spaces of #c893aa

RGB 200147170
HSL0.930.330.68
HSV334°27°78°
CMYK 0.000.270.15   0.22
XYZ41.508836.049142.8006
Yxy36.04910.34490.2995
Hunter Lab60.040918.3330-0.2367
CIE-Lab66.557423.4966-4.1671

#c893aa color RGB value is (200,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 10101010
Octal 310 223 252
Decimal 200 147 170
Hex C8 93 AA

RGB Percentages of Color #c893aa

%38.68
%28.43
%32.88

CMYK Percentages of Color #c893aa

%0
%27
%15
%22

Triadic Colors of #c893aa

#c893aa #aac893 #93aac8

Analogous Colors of #c893aa

#c893aa #c89793 #c893c5

Monochromatic Colors of #c893aa

#c893aa

Complementary Color

#c893aa #93c8b1

#c893aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893aa Color CSS Codes

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

#c893aa Text Font Color

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

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


#c893aa Background Color

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

This div background color is #c893aa


#c893aa Border Color

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

This div border color is #c893aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,147,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893aa


Comments

No comments written yet.

Please login to write comment.