Color Hex Logo

#c759fa Color Hex

#C759FA
(199,89,250)
0 Favorites   0 Comments

Color spaces of #c759fa

RGB 19989250
HSL0.780.940.66
HSV281°64°98°
CMYK 0.200.640.00   0.02
XYZ44.380926.189093.1583
Yxy26.18900.27110.1600
Hunter Lab51.175265.2448-72.1077
CIE-Lab58.216068.0059-61.9088

#c759fa color RGB value is (199,89,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 11111010
Octal 307 131 372
Decimal 199 89 250
Hex C7 59 FA

RGB Percentages of Color #c759fa

%36.99
%16.54
%46.47

CMYK Percentages of Color #c759fa

%20
%64
%0
%2

Triadic Colors of #c759fa

#c759fa #fac759 #59fac7

Analogous Colors of #c759fa

#c759fa #fa59dd #7759fa

Monochromatic Colors of #c759fa

#c759fa

Complementary Color

#c759fa #8cfa59

#c759fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c759fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c759fa Color CSS Codes

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

#c759fa Text Font Color

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

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


#c759fa Background Color

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

This div background color is #c759fa


#c759fa Border Color

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

This div border color is #c759fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c759fa

Related Colors


Comments

No comments written yet.

Please login to write comment.