Color Hex Logo

#c959fe Color Hex

#C959FE
(201,89,254)
0 Favorites   0 Comments

Color spaces of #c959fe

RGB 20189254
HSL0.780.990.67
HSV281°65°100°
CMYK 0.210.650.00   0.00
XYZ45.549226.718096.5223
Yxy26.71800.26990.1583
Hunter Lab51.689566.8392-74.5326
CIE-Lab58.712469.2406-63.3114

#c959fe color RGB value is (201,89,254).

#c959fe hex color red value is 201, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c959fe hue: 0.78 , saturation: 0.99 and the lightness value of c959fe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 11111110
Octal 311 131 376
Decimal 201 89 254
Hex C9 59 FE

RGB Percentages of Color #c959fe

%36.95
%16.36
%46.69

CMYK Percentages of Color #c959fe

%21
%65
%0
%0

Triadic Colors of #c959fe

#c959fe #fec959 #59fec9

Analogous Colors of #c959fe

#c959fe #fe59e1 #7759fe

Monochromatic Colors of #c959fe

#c959fe

Complementary Color

#c959fe #8efe59

#c959fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c959fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c959fe Color CSS Codes

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

#c959fe Text Font Color

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

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


#c959fe Background Color

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

This div background color is #c959fe


#c959fe Border Color

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

This div border color is #c959fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,89,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c959fe

Related Colors


Comments

No comments written yet.

Please login to write comment.