Color Hex Logo

#9533dd Color Hex

#9533DD
(149,51,221)
0 Favorites   0 Comments

Color spaces of #9533dd

RGB 14951221
HSL0.760.710.53
HSV275°77°87°
CMYK 0.330.770.00   0.13
XYZ26.629413.977769.7010
Yxy13.97770.24140.1267
Hunter Lab37.386861.7130-84.3650
CIE-Lab44.200967.6864-68.5732

#9533dd color RGB value is (149,51,221).

#9533dd hex color red value is 149, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9533dd hue: 0.76 , saturation: 0.71 and the lightness value of 9533dd is 0.53.

The process color (four color CMYK) of #9533dd color hex is 0.33, 0.77, 0.00, 0.13. Web safe color of #9533dd is #9933cc. Color #9533dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110011 11011101
Octal 225 63 335
Decimal 149 51 221
Hex 95 33 DD

RGB Percentages of Color #9533dd

%35.39
%12.11
%52.49

CMYK Percentages of Color #9533dd

%33
%77
%0
%13

Triadic Colors of #9533dd

#9533dd #dd9533 #33dd95

Analogous Colors of #9533dd

#9533dd #dd33d0 #4033dd

Monochromatic Colors of #9533dd

#9533dd

Complementary Color

#9533dd #7bdd33

#9533dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9533dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9533dd Color CSS Codes

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

#9533dd Text Font Color

<p style="color:#9533dd">Text here</p>

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


#9533dd Background Color

<div style="background-color:#9533dd">
Div content here</div>

This div background color is #9533dd


#9533dd Border Color

<div style="border:3px solid #9533dd">
Div here</div>

This div border color is #9533dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,51,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9533dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9533dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9533dd;
  box-shadow:         1px 1px 3px 2px #9533dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9533dd


Comments

No comments written yet.

Please login to write comment.