Color Hex Logo

#9a47ee Color Hex

#9A47EE
(154,71,238)
0 Favorites   0 Comments

Color spaces of #9a47ee

RGB 15471238
HSL0.750.830.61
HSV270°70°93°
CMYK 0.350.700.00   0.07
XYZ31.012317.549582.6418
Yxy17.54950.23640.1338
Hunter Lab41.892158.8305-87.6386
CIE-Lab48.945164.2836-70.4615

#9a47ee color RGB value is (154,71,238).

#9a47ee hex color red value is 154, green value is 71 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9a47ee hue: 0.75 , saturation: 0.83 and the lightness value of 9a47ee is 0.61.

The process color (four color CMYK) of #9a47ee color hex is 0.35, 0.70, 0.00, 0.07. Web safe color of #9a47ee is #9933ff. Color #9a47ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01000111 11101110
Octal 232 107 356
Decimal 154 71 238
Hex 9A 47 EE

RGB Percentages of Color #9a47ee

%33.26
%15.33
%51.40

CMYK Percentages of Color #9a47ee

%35
%70
%0
%7

Triadic Colors of #9a47ee

#9a47ee #ee9a47 #47ee9a

Analogous Colors of #9a47ee

#9a47ee #ee47ee #4748ee

Monochromatic Colors of #9a47ee

#9a47ee

Complementary Color

#9a47ee #9bee47

#9a47ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a47ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a47ee Color CSS Codes

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

#9a47ee Text Font Color

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

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


#9a47ee Background Color

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

This div background color is #9a47ee


#9a47ee Border Color

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

This div border color is #9a47ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,71,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a47ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a47ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9a47ee;
  box-shadow:         1px 1px 3px 2px #9a47ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,71,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a47ee


Comments

No comments written yet.

Please login to write comment.