Color Hex Logo

#9037ed Color Hex

#9037ED
(144,55,237)
0 Favorites   0 Comments

Color spaces of #9037ed

RGB 14455237
HSL0.750.830.57
HSV269°77°93°
CMYK 0.390.770.00   0.07
XYZ28.153814.776181.4890
Yxy14.77610.22630.1188
Hunter Lab38.439763.4666-98.7822
CIE-Lab45.326068.9645-75.8490

#9037ed color RGB value is (144,55,237).

#9037ed hex color red value is 144, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9037ed hue: 0.75 , saturation: 0.83 and the lightness value of 9037ed is 0.57.

The process color (four color CMYK) of #9037ed color hex is 0.39, 0.77, 0.00, 0.07. Web safe color of #9037ed is #9933ff. Color #9037ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00110111 11101101
Octal 220 67 355
Decimal 144 55 237
Hex 90 37 ED

RGB Percentages of Color #9037ed

%33.03
%12.61
%54.36

CMYK Percentages of Color #9037ed

%39
%77
%0
%7

Triadic Colors of #9037ed

#9037ed #ed9037 #37ed90

Analogous Colors of #9037ed

#9037ed #eb37ed #3739ed

Monochromatic Colors of #9037ed

#9037ed

Complementary Color

#9037ed #94ed37

#9037ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9037ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9037ed Color CSS Codes

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

#9037ed Text Font Color

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

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


#9037ed Background Color

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

This div background color is #9037ed


#9037ed Border Color

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

This div border color is #9037ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,55,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 #9037ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9037ed


Comments

No comments written yet.

Please login to write comment.