Color Hex Logo

#9958de Color Hex

#9958DE
(153,88,222)
0 Favorites   0 Comments

Color spaces of #9958de

RGB 15388222
HSL0.750.670.61
HSV269°60°87°
CMYK 0.310.600.00   0.13
XYZ29.811419.025771.2083
Yxy19.02570.24830.1585
Hunter Lab43.618545.6650-66.2596
CIE-Lab50.717352.1432-58.5718

#9958de color RGB value is (153,88,222).

#9958de hex color red value is 153, green value is 88 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9958de hue: 0.75 , saturation: 0.67 and the lightness value of 9958de is 0.61.

The process color (four color CMYK) of #9958de color hex is 0.31, 0.60, 0.00, 0.13. Web safe color of #9958de is #9966cc. Color #9958de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 11011110
Octal 231 130 336
Decimal 153 88 222
Hex 99 58 DE

RGB Percentages of Color #9958de

%33.05
%19.01
%47.95

CMYK Percentages of Color #9958de

%31
%60
%0
%13

Triadic Colors of #9958de

#9958de #de9958 #58de99

Analogous Colors of #9958de

#9958de #dc58de #585ade

Monochromatic Colors of #9958de

#9958de

Complementary Color

#9958de #9dde58

#9958de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9958de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9958de Color CSS Codes

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

#9958de Text Font Color

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

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


#9958de Background Color

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

This div background color is #9958de


#9958de Border Color

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

This div border color is #9958de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9958de


Comments

No comments written yet.

Please login to write comment.