Color Hex Logo

#c98aaf Color Hex

#C98AAF
(201,138,175)
0 Favorites   0 Comments

Color spaces of #c98aaf

RGB 201138175
HSL0.900.370.66
HSV325°31°79°
CMYK 0.000.310.13   0.21
XYZ40.913733.689644.9038
Yxy33.68960.34240.2819
Hunter Lab58.042724.2479-5.2388
CIE-Lab64.715429.6146-9.7045

#c98aaf color RGB value is (201,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001010 10101111
Octal 311 212 257
Decimal 201 138 175
Hex C9 8A AF

RGB Percentages of Color #c98aaf

%39.11
%26.85
%34.05

CMYK Percentages of Color #c98aaf

%0
%31
%13
%21

Triadic Colors of #c98aaf

#c98aaf #afc98a #8aafc9

Analogous Colors of #c98aaf

#c98aaf #c98a90 #c48ac9

Monochromatic Colors of #c98aaf

#c98aaf

Complementary Color

#c98aaf #8ac9a4

#c98aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98aaf Color CSS Codes

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

#c98aaf Text Font Color

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

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


#c98aaf Background Color

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

This div background color is #c98aaf


#c98aaf Border Color

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

This div border color is #c98aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98aaf


Comments

No comments written yet.

Please login to write comment.