Color Hex Logo

#c98aaa Color Hex

#C98AAA
(201,138,170)
0 Favorites   0 Comments

Color spaces of #c98aaa

RGB 201138170
HSL0.920.370.66
HSV330°31°79°
CMYK 0.000.310.15   0.21
XYZ40.431633.496742.3648
Yxy33.49670.34770.2880
Hunter Lab57.876323.4140-2.8862
CIE-Lab64.561128.7912-7.1101

#c98aaa color RGB value is (201,138,170).

#c98aaa hex color red value is 201, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c98aaa hue: 0.92 , saturation: 0.37 and the lightness value of c98aaa is 0.66.

The process color (four color CMYK) of #c98aaa color hex is 0.00, 0.31, 0.15, 0.21. Web safe color of #c98aaa is #cc9999. Color #c98aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001010 10101010
Octal 311 212 252
Decimal 201 138 170
Hex C9 8A AA

RGB Percentages of Color #c98aaa

%39.49
%27.11
%33.40

CMYK Percentages of Color #c98aaa

%0
%31
%15
%21

Triadic Colors of #c98aaa

#c98aaa #aac98a #8aaac9

Analogous Colors of #c98aaa

#c98aaa #c98a8b #c98ac9

Monochromatic Colors of #c98aaa

#c98aaa

Complementary Color

#c98aaa #8ac9a9

#c98aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98aaa Color CSS Codes

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

#c98aaa Text Font Color

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

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


#c98aaa Background Color

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

This div background color is #c98aaa


#c98aaa Border Color

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

This div border color is #c98aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98aaa


Comments

No comments written yet.

Please login to write comment.