Color Hex Logo

#9955ea Color Hex

#9955EA
(153,85,234)
0 Favorites   0 Comments

Color spaces of #9955ea

RGB 15385234
HSL0.740.780.63
HSV267°64°92°
CMYK 0.350.640.00   0.08
XYZ31.236719.209879.9034
Yxy19.20980.23960.1474
Hunter Lab43.829050.5153-77.4097
CIE-Lab50.931856.5485-64.9984

#9955ea color RGB value is (153,85,234).

#9955ea hex color red value is 153, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9955ea hue: 0.74 , saturation: 0.78 and the lightness value of 9955ea is 0.63.

The process color (four color CMYK) of #9955ea color hex is 0.35, 0.64, 0.00, 0.08. Web safe color of #9955ea is #9966ff. Color #9955ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 11101010
Octal 231 125 352
Decimal 153 85 234
Hex 99 55 EA

RGB Percentages of Color #9955ea

%32.42
%18.01
%49.58

CMYK Percentages of Color #9955ea

%35
%64
%0
%8

Triadic Colors of #9955ea

#9955ea #ea9955 #55ea99

Analogous Colors of #9955ea

#9955ea #e455ea #555cea

Monochromatic Colors of #9955ea

#9955ea

Complementary Color

#9955ea #a6ea55

#9955ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9955ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9955ea Color CSS Codes

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

#9955ea Text Font Color

<p style="color:#9955ea">Text here</p>

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


#9955ea Background Color

<div style="background-color:#9955ea">
Div content here</div>

This div background color is #9955ea


#9955ea Border Color

<div style="border:3px solid #9955ea">
Div here</div>

This div border color is #9955ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,85,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9955ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9955ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9955ea;
  box-shadow:         1px 1px 3px 2px #9955ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,85,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9955ea


Comments

No comments written yet.

Please login to write comment.