Color Hex Logo

#c895ad Color Hex

#C895AD
(200,149,173)
0 Favorites   0 Comments

Color spaces of #c895ad

RGB 200149173
HSL0.920.320.68
HSV332°26°78°
CMYK 0.000.260.14   0.22
XYZ42.109736.791444.4172
Yxy36.79140.34150.2983
Hunter Lab60.655917.7738-0.9578
CIE-Lab67.120222.8924-5.0186

#c895ad color RGB value is (200,149,173).

#c895ad hex color red value is 200, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c895ad hue: 0.92 , saturation: 0.32 and the lightness value of c895ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 10101101
Octal 310 225 255
Decimal 200 149 173
Hex C8 95 AD

RGB Percentages of Color #c895ad

%38.31
%28.54
%33.14

CMYK Percentages of Color #c895ad

%0
%26
%14
%22

Triadic Colors of #c895ad

#c895ad #adc895 #95adc8

Analogous Colors of #c895ad

#c895ad #c89795 #c895c7

Monochromatic Colors of #c895ad

#c895ad

Complementary Color

#c895ad #95c8b0

#c895ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c895ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c895ad Color CSS Codes

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

#c895ad Text Font Color

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

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


#c895ad Background Color

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

This div background color is #c895ad


#c895ad Border Color

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

This div border color is #c895ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c895ad


Comments

No comments written yet.

Please login to write comment.