Color Hex Logo

#c98faa Color Hex

#C98FAA
(201,143,170)
0 Favorites   0 Comments

Color spaces of #c98faa

RGB 201143170
HSL0.920.350.67
HSV332°29°79°
CMYK 0.000.290.15   0.21
XYZ41.165634.964742.6094
Yxy34.96470.34670.2945
Hunter Lab59.131020.7884-1.3323
CIE-Lab65.721226.0527-5.3905

#c98faa color RGB value is (201,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 10101010
Octal 311 217 252
Decimal 201 143 170
Hex C9 8F AA

RGB Percentages of Color #c98faa

%39.11
%27.82
%33.07

CMYK Percentages of Color #c98faa

%0
%29
%15
%21

Triadic Colors of #c98faa

#c98faa #aac98f #8faac9

Analogous Colors of #c98faa

#c98faa #c9918f #c98fc7

Monochromatic Colors of #c98faa

#c98faa

Complementary Color

#c98faa #8fc9ae

#c98faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98faa Color CSS Codes

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

#c98faa Text Font Color

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

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


#c98faa Background Color

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

This div background color is #c98faa


#c98faa Border Color

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

This div border color is #c98faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98faa


Comments

No comments written yet.

Please login to write comment.