Color Hex Logo

#9951ed Color Hex

#9951ED
(153,81,237)
0 Favorites   0 Comments

Color spaces of #9951ed

RGB 15381237
HSL0.740.810.62
HSV268°66°93°
CMYK 0.350.660.00   0.07
XYZ31.365418.771682.0909
Yxy18.77160.23720.1420
Hunter Lab43.326253.4017-82.0094
CIE-Lab50.418959.2323-67.5141

#9951ed color RGB value is (153,81,237).

#9951ed hex color red value is 153, green value is 81 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9951ed hue: 0.74 , saturation: 0.81 and the lightness value of 9951ed is 0.62.

The process color (four color CMYK) of #9951ed color hex is 0.35, 0.66, 0.00, 0.07. Web safe color of #9951ed is #9966ff. Color #9951ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 11101101
Octal 231 121 355
Decimal 153 81 237
Hex 99 51 ED

RGB Percentages of Color #9951ed

%32.48
%17.20
%50.32

CMYK Percentages of Color #9951ed

%35
%66
%0
%7

Triadic Colors of #9951ed

#9951ed #ed9951 #51ed99

Analogous Colors of #9951ed

#9951ed #e751ed #5157ed

Monochromatic Colors of #9951ed

#9951ed

Complementary Color

#9951ed #a5ed51

#9951ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9951ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9951ed Color CSS Codes

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

#9951ed Text Font Color

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

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


#9951ed Background Color

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

This div background color is #9951ed


#9951ed Border Color

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

This div border color is #9951ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,81,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9951ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9951ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9951ed;
  box-shadow:         1px 1px 3px 2px #9951ed; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9951ed


Comments

No comments written yet.

Please login to write comment.