Color Hex Logo

#c98ead Color Hex

#C98EAD
(201,142,173)
0 Favorites   0 Comments

Color spaces of #c98ead

RGB 201142173
HSL0.910.350.67
HSV328°29°79°
CMYK 0.000.290.14   0.21
XYZ41.303234.780644.0716
Yxy34.78060.34370.2895
Hunter Lab58.975121.8061-3.0244
CIE-Lab65.577527.0931-7.2928

#c98ead color RGB value is (201,142,173).

#c98ead hex color red value is 201, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c98ead hue: 0.91 , saturation: 0.35 and the lightness value of c98ead is 0.67.

The process color (four color CMYK) of #c98ead color hex is 0.00, 0.29, 0.14, 0.21. Web safe color of #c98ead is #cc9999. Color #c98ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 10101101
Octal 311 216 255
Decimal 201 142 173
Hex C9 8E AD

RGB Percentages of Color #c98ead

%38.95
%27.52
%33.53

CMYK Percentages of Color #c98ead

%0
%29
%14
%21

Triadic Colors of #c98ead

#c98ead #adc98e #8eadc9

Analogous Colors of #c98ead

#c98ead #c98e90 #c88ec9

Monochromatic Colors of #c98ead

#c98ead

Complementary Color

#c98ead #8ec9aa

#c98ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ead Color CSS Codes

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

#c98ead Text Font Color

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

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


#c98ead Background Color

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

This div background color is #c98ead


#c98ead Border Color

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

This div border color is #c98ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ead


Comments

No comments written yet.

Please login to write comment.