Color Hex Logo

#9b52de Color Hex

#9B52DE
(155,82,222)
0 Favorites   0 Comments

Color spaces of #9b52de

RGB 15582222
HSL0.750.680.60
HSV271°63°87°
CMYK 0.300.630.00   0.13
XYZ29.719718.277171.0687
Yxy18.27710.24960.1535
Hunter Lab42.751749.2723-68.6350
CIE-Lab49.830555.6168-59.9872

#9b52de color RGB value is (155,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01010010 11011110
Octal 233 122 336
Decimal 155 82 222
Hex 9B 52 DE

RGB Percentages of Color #9b52de

%33.77
%17.86
%48.37

CMYK Percentages of Color #9b52de

%30
%63
%0
%13

Triadic Colors of #9b52de

#9b52de #de9b52 #52de9b

Analogous Colors of #9b52de

#9b52de #de52db #5552de

Monochromatic Colors of #9b52de

#9b52de

Complementary Color

#9b52de #95de52

#9b52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b52de Color CSS Codes

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

#9b52de Text Font Color

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

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


#9b52de Background Color

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

This div background color is #9b52de


#9b52de Border Color

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

This div border color is #9b52de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b52de


Comments

No comments written yet.

Please login to write comment.