Color Hex Logo

#c98eac Color Hex

#C98EAC
(201,142,172)
0 Favorites   0 Comments

Color spaces of #c98eac

RGB 201142172
HSL0.920.350.67
HSV329°29°79°
CMYK 0.000.290.14   0.21
XYZ41.206834.742143.5638
Yxy34.74210.34480.2907
Hunter Lab58.942421.6405-2.5610
CIE-Lab65.547426.9280-6.7743

#c98eac color RGB value is (201,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 10101100
Octal 311 216 254
Decimal 201 142 172
Hex C9 8E AC

RGB Percentages of Color #c98eac

%39.03
%27.57
%33.40

CMYK Percentages of Color #c98eac

%0
%29
%14
%21

Triadic Colors of #c98eac

#c98eac #acc98e #8eacc9

Analogous Colors of #c98eac

#c98eac #c98e8f #c98ec9

Monochromatic Colors of #c98eac

#c98eac

Complementary Color

#c98eac #8ec9ab

#c98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98eac Color CSS Codes

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

#c98eac Text Font Color

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

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


#c98eac Background Color

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

This div background color is #c98eac


#c98eac Border Color

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

This div border color is #c98eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,142,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98eac


Comments

No comments written yet.

Please login to write comment.