Color Hex Logo

#9558cf Color Hex

#9558CF
(149,88,207)
0 Favorites   0 Comments

Color spaces of #9558cf

RGB 14988207
HSL0.750.550.58
HSV271°57°81°
CMYK 0.280.570.00   0.19
XYZ27.146617.874061.0507
Yxy17.87400.25590.1685
Hunter Lab42.277740.6295-56.0229
CIE-Lab49.342947.6272-52.2599

#9558cf color RGB value is (149,88,207).

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

The process color (four color CMYK) of #9558cf color hex is 0.28, 0.57, 0.00, 0.19. Web safe color of #9558cf is #9966cc. Color #9558cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 11001111
Octal 225 130 317
Decimal 149 88 207
Hex 95 58 CF

RGB Percentages of Color #9558cf

%33.56
%19.82
%46.62

CMYK Percentages of Color #9558cf

%28
%57
%0
%19

Triadic Colors of #9558cf

#9558cf #cf9558 #58cf95

Analogous Colors of #9558cf

#9558cf #cf58ce #5a58cf

Monochromatic Colors of #9558cf

#9558cf

Complementary Color

#9558cf #92cf58

#9558cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9558cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9558cf Color CSS Codes

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

#9558cf Text Font Color

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

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


#9558cf Background Color

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

This div background color is #9558cf


#9558cf Border Color

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

This div border color is #9558cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9558cf


Comments

No comments written yet.

Please login to write comment.