Color Hex Logo

#c498de Color Hex

#C498DE
(196,152,222)
0 Favorites   0 Comments

Color spaces of #c498de

RGB 196152222
HSL0.770.510.73
HSV278°32°87°
CMYK 0.120.320.00   0.13
XYZ47.178039.466274.2384
Yxy39.46620.29320.2453
Hunter Lab62.822124.1107-26.0889
CIE-Lab69.087629.1292-29.3270

#c498de color RGB value is (196,152,222).

#c498de hex color red value is 196, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c498de hue: 0.77 , saturation: 0.51 and the lightness value of c498de is 0.73.

The process color (four color CMYK) of #c498de color hex is 0.12, 0.32, 0.00, 0.13. Web safe color of #c498de is #cc99cc. Color #c498de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011000 11011110
Octal 304 230 336
Decimal 196 152 222
Hex C4 98 DE

RGB Percentages of Color #c498de

%34.39
%26.67
%38.95

CMYK Percentages of Color #c498de

%12
%32
%0
%13

Triadic Colors of #c498de

#c498de #dec498 #98dec4

Analogous Colors of #c498de

#c498de #de98d5 #a198de

Monochromatic Colors of #c498de

#c498de

Complementary Color

#c498de #b2de98

#c498de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c498de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c498de Color CSS Codes

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

#c498de Text Font Color

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

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


#c498de Background Color

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

This div background color is #c498de


#c498de Border Color

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

This div border color is #c498de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,152,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c498de


Comments

No comments written yet.

Please login to write comment.