Color Hex Logo

#c98faf Color Hex

#C98FAF
(201,143,175)
0 Favorites   0 Comments

Color spaces of #c98faf

RGB 201143175
HSL0.910.350.67
HSV327°29°79°
CMYK 0.000.290.13   0.21
XYZ41.647735.157645.1485
Yxy35.15760.34150.2883
Hunter Lab59.293821.6133-3.6399
CIE-Lab65.871226.8772-7.9817

#c98faf color RGB value is (201,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 10101111
Octal 311 217 257
Decimal 201 143 175
Hex C9 8F AF

RGB Percentages of Color #c98faf

%38.73
%27.55
%33.72

CMYK Percentages of Color #c98faf

%0
%29
%13
%21

Triadic Colors of #c98faf

#c98faf #afc98f #8fafc9

Analogous Colors of #c98faf

#c98faf #c98f92 #c68fc9

Monochromatic Colors of #c98faf

#c98faf

Complementary Color

#c98faf #8fc9a9

#c98faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98faf Color CSS Codes

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

#c98faf Text Font Color

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

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


#c98faf Background Color

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

This div background color is #c98faf


#c98faf Border Color

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

This div border color is #c98faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98faf


Comments

No comments written yet.

Please login to write comment.