Color Hex Logo

#9558be Color Hex

#9558BE
(149,88,190)
0 Favorites   0 Comments

Color spaces of #9558be

RGB 14988190
HSL0.770.440.55
HSV276°54°75°
CMYK 0.220.540.00   0.25
XYZ25.178417.086750.6862
Yxy17.08670.27090.1838
Hunter Lab41.336136.3889-43.7660
CIE-Lab48.369143.6664-44.0217

#9558be color RGB value is (149,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 10111110
Octal 225 130 276
Decimal 149 88 190
Hex 95 58 BE

RGB Percentages of Color #9558be

%34.89
%20.61
%44.50

CMYK Percentages of Color #9558be

%22
%54
%0
%25

Triadic Colors of #9558be

#9558be #be9558 #58be95

Analogous Colors of #9558be

#9558be #be58b4 #6258be

Monochromatic Colors of #9558be

#9558be

Complementary Color

#9558be #81be58

#9558be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9558be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9558be Color CSS Codes

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

#9558be Text Font Color

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

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


#9558be Background Color

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

This div background color is #9558be


#9558be Border Color

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

This div border color is #9558be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #9558be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9558be


Comments

No comments written yet.

Please login to write comment.