Color Hex Logo

#c598de Color Hex

#C598DE
(197,152,222)
0 Favorites   0 Comments

Color spaces of #c598de

RGB 197152222
HSL0.770.510.73
HSV279°32°87°
CMYK 0.110.320.00   0.13
XYZ47.439039.600774.2506
Yxy39.60070.29410.2455
Hunter Lab62.929124.4361-25.9064
CIE-Lab69.184229.4417-29.1702

#c598de color RGB value is (197,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 11011110
Octal 305 230 336
Decimal 197 152 222
Hex C5 98 DE

RGB Percentages of Color #c598de

%34.50
%26.62
%38.88

CMYK Percentages of Color #c598de

%11
%32
%0
%13

Triadic Colors of #c598de

#c598de #dec598 #98dec5

Analogous Colors of #c598de

#c598de #de98d4 #a298de

Monochromatic Colors of #c598de

#c598de

Complementary Color

#c598de #b1de98

#c598de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598de Color CSS Codes

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

#c598de Text Font Color

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

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


#c598de Background Color

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

This div background color is #c598de


#c598de Border Color

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

This div border color is #c598de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598de


Comments

No comments written yet.

Please login to write comment.