Color Hex Logo

#9473ed Color Hex

#9473ED
(148,115,237)
0 Favorites   0 Comments

Color spaces of #9473ed

RGB 148115237
HSL0.710.770.69
HSV256°51°93°
CMYK 0.380.510.00   0.07
XYZ33.629524.671883.1104
Yxy24.67180.23780.1745
Hunter Lab49.670733.9295-64.4361
CIE-Lab56.754240.0463-57.3416

#9473ed color RGB value is (148,115,237).

#9473ed hex color red value is 148, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9473ed hue: 0.71 , saturation: 0.77 and the lightness value of 9473ed is 0.69.

The process color (four color CMYK) of #9473ed color hex is 0.38, 0.51, 0.00, 0.07. Web safe color of #9473ed is #9966ff. Color #9473ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 11101101
Octal 224 163 355
Decimal 148 115 237
Hex 94 73 ED

RGB Percentages of Color #9473ed

%29.60
%23.00
%47.40

CMYK Percentages of Color #9473ed

%38
%51
%0
%7

Triadic Colors of #9473ed

#9473ed #ed9473 #73ed94

Analogous Colors of #9473ed

#9473ed #d173ed #738fed

Monochromatic Colors of #9473ed

#9473ed

Complementary Color

#9473ed #cced73

#9473ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9473ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9473ed Color CSS Codes

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

#9473ed Text Font Color

<p style="color:#9473ed">Text here</p>

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


#9473ed Background Color

<div style="background-color:#9473ed">
Div content here</div>

This div background color is #9473ed


#9473ed Border Color

<div style="border:3px solid #9473ed">
Div here</div>

This div border color is #9473ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,115,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9473ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9473ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9473ed;
  box-shadow:         1px 1px 3px 2px #9473ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,115,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9473ed


Comments

No comments written yet.

Please login to write comment.