Color Hex Logo

#9958be Color Hex

#9958BE
(153,88,190)
0 Favorites   0 Comments

Color spaces of #9958be

RGB 15388190
HSL0.770.440.55
HSV278°54°75°
CMYK 0.190.540.00   0.25
XYZ25.920917.469550.7210
Yxy17.46950.27540.1856
Hunter Lab41.796537.5562-42.6921
CIE-Lab48.846244.7358-43.2345

#9958be color RGB value is (153,88,190).

#9958be hex color red value is 153, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9958be hue: 0.77 , saturation: 0.44 and the lightness value of 9958be is 0.55.

The process color (four color CMYK) of #9958be color hex is 0.19, 0.54, 0.00, 0.25. Web safe color of #9958be is #9966cc. Color #9958be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 10111110
Octal 231 130 276
Decimal 153 88 190
Hex 99 58 BE

RGB Percentages of Color #9958be

%35.50
%20.42
%44.08

CMYK Percentages of Color #9958be

%19
%54
%0
%25

Triadic Colors of #9958be

#9958be #be9958 #58be99

Analogous Colors of #9958be

#9958be #be58b0 #6658be

Monochromatic Colors of #9958be

#9958be

Complementary Color

#9958be #7dbe58

#9958be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9958be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9958be Color CSS Codes

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

#9958be Text Font Color

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

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


#9958be Background Color

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

This div background color is #9958be


#9958be Border Color

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

This div border color is #9958be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9958be


Comments

No comments written yet.

Please login to write comment.