Color Hex Logo

#9958bf Color Hex

#9958BF
(153,88,191)
0 Favorites   0 Comments

Color spaces of #9958bf

RGB 15388191
HSL0.770.450.55
HSV278°54°75°
CMYK 0.200.540.00   0.25
XYZ26.030617.513351.2987
Yxy17.51330.27450.1847
Hunter Lab41.848937.7939-43.3839
CIE-Lab48.900444.9592-43.7276

#9958bf color RGB value is (153,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 10111111
Octal 231 130 277
Decimal 153 88 191
Hex 99 58 BF

RGB Percentages of Color #9958bf

%35.42
%20.37
%44.21

CMYK Percentages of Color #9958bf

%20
%54
%0
%25

Triadic Colors of #9958bf

#9958bf #bf9958 #58bf99

Analogous Colors of #9958bf

#9958bf #bf58b2 #6658bf

Monochromatic Colors of #9958bf

#9958bf

Complementary Color

#9958bf #7ebf58

#9958bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9958bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9958bf Color CSS Codes

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

#9958bf Text Font Color

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

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


#9958bf Background Color

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

This div background color is #9958bf


#9958bf Border Color

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

This div border color is #9958bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9958bf


Comments

No comments written yet.

Please login to write comment.