Color Hex Logo

#c598fa Color Hex

#C598FA
(197,152,250)
0 Favorites   0 Comments

Color spaces of #c598fa

RGB 197152250
HSL0.740.910.79
HSV268°39°98°
CMYK 0.210.390.00   0.02
XYZ51.509541.228995.6856
Yxy41.22890.27340.2188
Hunter Lab64.209730.8269-43.4074
CIE-Lab70.336035.5110-42.7140

#c598fa color RGB value is (197,152,250).

#c598fa hex color red value is 197, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c598fa hue: 0.74 , saturation: 0.91 and the lightness value of c598fa is 0.79.

The process color (four color CMYK) of #c598fa color hex is 0.21, 0.39, 0.00, 0.02. Web safe color of #c598fa is #cc99ff. Color #c598fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 11111010
Octal 305 230 372
Decimal 197 152 250
Hex C5 98 FA

RGB Percentages of Color #c598fa

%32.89
%25.38
%41.74

CMYK Percentages of Color #c598fa

%21
%39
%0
%2

Triadic Colors of #c598fa

#c598fa #fac598 #98fac5

Analogous Colors of #c598fa

#c598fa #f698fa #989cfa

Monochromatic Colors of #c598fa

#c598fa

Complementary Color

#c598fa #cdfa98

#c598fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598fa Color CSS Codes

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

#c598fa Text Font Color

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

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


#c598fa Background Color

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

This div background color is #c598fa


#c598fa Border Color

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

This div border color is #c598fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598fa


Comments

No comments written yet.

Please login to write comment.