Color Hex Logo

#c559fa Color Hex

#C559FA
(197,89,250)
0 Favorites   0 Comments

Color spaces of #c559fa

RGB 19789250
HSL0.780.940.66
HSV280°64°98°
CMYK 0.210.640.00   0.02
XYZ43.853725.917293.1337
Yxy25.91720.26920.1591
Hunter Lab50.908964.6719-72.8299
CIE-Lab57.958467.5743-62.3363

#c559fa color RGB value is (197,89,250).

#c559fa hex color red value is 197, green value is 89 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c559fa hue: 0.78 , saturation: 0.94 and the lightness value of c559fa is 0.66.

The process color (four color CMYK) of #c559fa color hex is 0.21, 0.64, 0.00, 0.02. Web safe color of #c559fa is #cc66ff. Color #c559fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011001 11111010
Octal 305 131 372
Decimal 197 89 250
Hex C5 59 FA

RGB Percentages of Color #c559fa

%36.75
%16.60
%46.64

CMYK Percentages of Color #c559fa

%21
%64
%0
%2

Triadic Colors of #c559fa

#c559fa #fac559 #59fac5

Analogous Colors of #c559fa

#c559fa #fa59df #7559fa

Monochromatic Colors of #c559fa

#c559fa

Complementary Color

#c559fa #8efa59

#c559fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c559fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c559fa Color CSS Codes

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

#c559fa Text Font Color

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

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


#c559fa Background Color

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

This div background color is #c559fa


#c559fa Border Color

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

This div border color is #c559fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c559fa

Related Colors


Comments

No comments written yet.

Please login to write comment.