Color Hex Logo

#9958ea Color Hex

#9958EA
(153,88,234)
0 Favorites   0 Comments

Color spaces of #9958ea

RGB 15388234
HSL0.740.780.63
HSV267°62°92°
CMYK 0.350.620.00   0.08
XYZ31.477919.692379.9838
Yxy19.69230.24000.1501
Hunter Lab44.376048.9601-75.8017
CIE-Lab51.487555.0389-64.1007

#9958ea color RGB value is (153,88,234).

#9958ea hex color red value is 153, green value is 88 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9958ea hue: 0.74 , saturation: 0.78 and the lightness value of 9958ea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 11101010
Octal 231 130 352
Decimal 153 88 234
Hex 99 58 EA

RGB Percentages of Color #9958ea

%32.21
%18.53
%49.26

CMYK Percentages of Color #9958ea

%35
%62
%0
%8

Triadic Colors of #9958ea

#9958ea #ea9958 #58ea99

Analogous Colors of #9958ea

#9958ea #e258ea #5860ea

Monochromatic Colors of #9958ea

#9958ea

Complementary Color

#9958ea #a9ea58

#9958ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9958ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9958ea Color CSS Codes

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

#9958ea Text Font Color

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

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


#9958ea Background Color

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

This div background color is #9958ea


#9958ea Border Color

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

This div border color is #9958ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9958ea


Comments

No comments written yet.

Please login to write comment.