Color Hex Logo

#c98ace Color Hex

#C98ACE
(201,138,206)
0 Favorites   0 Comments

Color spaces of #c98ace

RGB 201138206
HSL0.820.410.67
HSV296°33°81°
CMYK 0.020.330.00   0.19
XYZ44.316535.050762.8222
Yxy35.05070.31170.2465
Hunter Lab59.203630.0087-21.4713
CIE-Lab65.788135.1798-25.4860

#c98ace color RGB value is (201,138,206).

#c98ace hex color red value is 201, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c98ace hue: 0.82 , saturation: 0.41 and the lightness value of c98ace is 0.67.

The process color (four color CMYK) of #c98ace color hex is 0.02, 0.33, 0.00, 0.19. Web safe color of #c98ace is #cc99cc. Color #c98ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001010 11001110
Octal 311 212 316
Decimal 201 138 206
Hex C9 8A CE

RGB Percentages of Color #c98ace

%36.88
%25.32
%37.80

CMYK Percentages of Color #c98ace

%2
%33
%0
%19

Triadic Colors of #c98ace

#c98ace #cec98a #8acec9

Analogous Colors of #c98ace

#c98ace #ce8ab1 #a78ace

Monochromatic Colors of #c98ace

#c98ace

Complementary Color

#c98ace #8fce8a

#c98ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ace Color CSS Codes

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

#c98ace Text Font Color

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

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


#c98ace Background Color

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

This div background color is #c98ace


#c98ace Border Color

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

This div border color is #c98ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ace


Comments

No comments written yet.

Please login to write comment.