Color Hex Logo

#c659fa Color Hex

#C659FA
(198,89,250)
0 Favorites   0 Comments

Color spaces of #c659fa

RGB 19889250
HSL0.780.940.66
HSV281°64°98°
CMYK 0.210.640.00   0.02
XYZ44.116426.052793.1460
Yxy26.05270.27010.1595
Hunter Lab51.041864.9576-72.4687
CIE-Lab58.087067.7897-62.1228

#c659fa color RGB value is (198,89,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011001 11111010
Octal 306 131 372
Decimal 198 89 250
Hex C6 59 FA

RGB Percentages of Color #c659fa

%36.87
%16.57
%46.55

CMYK Percentages of Color #c659fa

%21
%64
%0
%2

Triadic Colors of #c659fa

#c659fa #fac659 #59fac6

Analogous Colors of #c659fa

#c659fa #fa59de #7659fa

Monochromatic Colors of #c659fa

#c659fa

Complementary Color

#c659fa #8dfa59

#c659fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c659fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c659fa Color CSS Codes

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

#c659fa Text Font Color

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

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


#c659fa Background Color

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

This div background color is #c659fa


#c659fa Border Color

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

This div border color is #c659fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c659fa


Comments

No comments written yet.

Please login to write comment.