Color Hex Logo

#9b57df Color Hex

#9B57DF
(155,87,223)
0 Favorites   0 Comments

Color spaces of #9b57df

RGB 15587223
HSL0.750.680.61
HSV270°61°87°
CMYK 0.300.610.00   0.13
XYZ30.245019.112771.9071
Yxy19.11270.24940.1576
Hunter Lab43.718146.9831-66.9170
CIE-Lab50.818853.3446-58.9627

#9b57df color RGB value is (155,87,223).

#9b57df hex color red value is 155, green value is 87 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9b57df hue: 0.75 , saturation: 0.68 and the lightness value of 9b57df is 0.61.

The process color (four color CMYK) of #9b57df color hex is 0.30, 0.61, 0.00, 0.13. Web safe color of #9b57df is #9966cc. Color #9b57df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01010111 11011111
Octal 233 127 337
Decimal 155 87 223
Hex 9B 57 DF

RGB Percentages of Color #9b57df

%33.33
%18.71
%47.96

CMYK Percentages of Color #9b57df

%30
%61
%0
%13

Triadic Colors of #9b57df

#9b57df #df9b57 #57df9b

Analogous Colors of #9b57df

#9b57df #df57df #5757df

Monochromatic Colors of #9b57df

#9b57df

Complementary Color

#9b57df #9bdf57

#9b57df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b57df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b57df Color CSS Codes

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

#9b57df Text Font Color

<p style="color:#9b57df">Text here</p>

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


#9b57df Background Color

<div style="background-color:#9b57df">
Div content here</div>

This div background color is #9b57df


#9b57df Border Color

<div style="border:3px solid #9b57df">
Div here</div>

This div border color is #9b57df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,87,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b57df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b57df;
  -webkit-box-shadow: 1px 1px 3px 2px #9b57df;
  box-shadow:         1px 1px 3px 2px #9b57df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,87,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b57df


Comments

No comments written yet.

Please login to write comment.