Color Hex Logo

#c959ff Color Hex

#C959FF
(201,89,255)
0 Favorites   0 Comments

Color spaces of #c959ff

RGB 20189255
HSL0.781.000.67
HSV280°65°100°
CMYK 0.210.650.00   0.00
XYZ45.709826.782397.3681
Yxy26.78230.26910.1577
Hunter Lab51.751667.0954-75.3251
CIE-Lab58.772369.4418-63.7677

#c959ff color RGB value is (201,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 11111111
Octal 311 131 377
Decimal 201 89 255
Hex C9 59 FF

RGB Percentages of Color #c959ff

%36.88
%16.33
%46.79

CMYK Percentages of Color #c959ff

%21
%65
%0
%0

Triadic Colors of #c959ff

#c959ff #ffc959 #59ffc9

Analogous Colors of #c959ff

#c959ff #ff59e2 #7659ff

Monochromatic Colors of #c959ff

#c959ff

Complementary Color

#c959ff #8fff59

#c959ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c959ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c959ff Color CSS Codes

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

#c959ff Text Font Color

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

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


#c959ff Background Color

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

This div background color is #c959ff


#c959ff Border Color

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

This div border color is #c959ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c959ff


Comments

No comments written yet.

Please login to write comment.