Color Hex Logo

#c959ed Color Hex

#C959ED
(201,89,237)
0 Favorites   0 Comments

Color spaces of #c959ed

RGB 20189237
HSL0.790.800.64
HSV285°62°93°
CMYK 0.150.620.00   0.07
XYZ42.945825.676782.8134
Yxy25.67670.28360.1696
Hunter Lab50.672262.6064-61.4269
CIE-Lab57.728965.8786-55.4431

#c959ed color RGB value is (201,89,237).

#c959ed hex color red value is 201, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c959ed hue: 0.79 , saturation: 0.80 and the lightness value of c959ed is 0.64.

The process color (four color CMYK) of #c959ed color hex is 0.15, 0.62, 0.00, 0.07. Web safe color of #c959ed is #cc66ff. Color #c959ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 11101101
Octal 311 131 355
Decimal 201 89 237
Hex C9 59 ED

RGB Percentages of Color #c959ed

%38.14
%16.89
%44.97

CMYK Percentages of Color #c959ed

%15
%62
%0
%7

Triadic Colors of #c959ed

#c959ed #edc959 #59edc9

Analogous Colors of #c959ed

#c959ed #ed59c7 #7f59ed

Monochromatic Colors of #c959ed

#c959ed

Complementary Color

#c959ed #7ded59

#c959ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c959ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c959ed Color CSS Codes

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

#c959ed Text Font Color

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

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


#c959ed Background Color

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

This div background color is #c959ed


#c959ed Border Color

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

This div border color is #c959ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c959ed


Comments

No comments written yet.

Please login to write comment.