Color Hex Logo

#c98894 Color Hex

#C98894
(201,136,148)
0 Favorites   0 Comments

Color spaces of #c98894

RGB 201136148
HSL0.970.380.66
HSV349°32°79°
CMYK 0.000.320.26   0.21
XYZ38.236832.163932.2099
Yxy32.16390.37260.3135
Hunter Lab56.713221.09896.0259
CIE-Lab63.478126.52793.7692

#c98894 color RGB value is (201,136,148).

#c98894 hex color red value is 201, green value is 136 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c98894 hue: 0.97 , saturation: 0.38 and the lightness value of c98894 is 0.66.

The process color (four color CMYK) of #c98894 color hex is 0.00, 0.32, 0.26, 0.21. Web safe color of #c98894 is #cc9999. Color #c98894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 10010100
Octal 311 210 224
Decimal 201 136 148
Hex C9 88 94

RGB Percentages of Color #c98894

%41.44
%28.04
%30.52

CMYK Percentages of Color #c98894

%0
%32
%26
%21

Triadic Colors of #c98894

#c98894 #94c988 #8894c9

Analogous Colors of #c98894

#c98894 #c99d88 #c988b5

Monochromatic Colors of #c98894

#c98894

Complementary Color

#c98894 #88c9bd

#c98894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98894 Color CSS Codes

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

#c98894 Text Font Color

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

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


#c98894 Background Color

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

This div background color is #c98894


#c98894 Border Color

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

This div border color is #c98894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98894


Comments

No comments written yet.

Please login to write comment.