Color Hex Logo

#c498af Color Hex

#C498AF
(196,152,175)
0 Favorites   0 Comments

Color spaces of #c498af

RGB 196152175
HSL0.910.270.68
HSV329°22°77°
CMYK 0.000.220.11   0.23
XYZ41.731137.287445.5552
Yxy37.28740.33500.2993
Hunter Lab61.063415.1270-1.4878
CIE-Lab67.492120.1438-5.6335

#c498af color RGB value is (196,152,175).

#c498af hex color red value is 196, green value is 152 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c498af hue: 0.91 , saturation: 0.27 and the lightness value of c498af is 0.68.

The process color (four color CMYK) of #c498af color hex is 0.00, 0.22, 0.11, 0.23. Web safe color of #c498af is #cc9999. Color #c498af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011000 10101111
Octal 304 230 257
Decimal 196 152 175
Hex C4 98 AF

RGB Percentages of Color #c498af

%37.48
%29.06
%33.46

CMYK Percentages of Color #c498af

%0
%22
%11
%23

Triadic Colors of #c498af

#c498af #afc498 #98afc4

Analogous Colors of #c498af

#c498af #c49899 #c398c4

Monochromatic Colors of #c498af

#c498af

Complementary Color

#c498af #98c4ad

#c498af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c498af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c498af Color CSS Codes

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

#c498af Text Font Color

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

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


#c498af Background Color

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

This div background color is #c498af


#c498af Border Color

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

This div border color is #c498af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c498af


Comments

No comments written yet.

Please login to write comment.