Color Hex Logo

#9964ea Color Hex

#9964EA
(153,100,234)
0 Favorites   0 Comments

Color spaces of #9964ea

RGB 153100234
HSL0.730.760.65
HSV264°57°92°
CMYK 0.350.570.00   0.08
XYZ32.545321.827280.3396
Yxy21.82720.24160.1620
Hunter Lab46.719642.5855-69.2521
CIE-Lab53.843248.7519-60.3064

#9964ea color RGB value is (153,100,234).

#9964ea hex color red value is 153, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9964ea hue: 0.73 , saturation: 0.76 and the lightness value of 9964ea is 0.65.

The process color (four color CMYK) of #9964ea color hex is 0.35, 0.57, 0.00, 0.08. Web safe color of #9964ea is #9966ff. Color #9964ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 11101010
Octal 231 144 352
Decimal 153 100 234
Hex 99 64 EA

RGB Percentages of Color #9964ea

%31.42
%20.53
%48.05

CMYK Percentages of Color #9964ea

%35
%57
%0
%8

Triadic Colors of #9964ea

#9964ea #ea9964 #64ea99

Analogous Colors of #9964ea

#9964ea #dc64ea #6472ea

Monochromatic Colors of #9964ea

#9964ea

Complementary Color

#9964ea #b5ea64

#9964ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9964ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9964ea Color CSS Codes

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

#9964ea Text Font Color

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

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


#9964ea Background Color

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

This div background color is #9964ea


#9964ea Border Color

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

This div border color is #9964ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,100,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9964ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9964ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9964ea;
  box-shadow:         1px 1px 3px 2px #9964ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,100,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9964ea


Comments

No comments written yet.

Please login to write comment.