Color Hex Logo

#9041ea Color Hex

#9041EA
(144,65,234)
0 Favorites   0 Comments

Color spaces of #9041ea

RGB 14465234
HSL0.740.800.59
HSV268°72°92°
CMYK 0.380.720.00   0.08
XYZ28.243215.650479.3742
Yxy15.65040.22910.1270
Hunter Lab39.560658.2042-91.2668
CIE-Lab46.512464.2029-72.2188

#9041ea color RGB value is (144,65,234).

#9041ea hex color red value is 144, green value is 65 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9041ea hue: 0.74 , saturation: 0.80 and the lightness value of 9041ea is 0.59.

The process color (four color CMYK) of #9041ea color hex is 0.38, 0.72, 0.00, 0.08. Web safe color of #9041ea is #9933ff. Color #9041ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000001 11101010
Octal 220 101 352
Decimal 144 65 234
Hex 90 41 EA

RGB Percentages of Color #9041ea

%32.51
%14.67
%52.82

CMYK Percentages of Color #9041ea

%38
%72
%0
%8

Triadic Colors of #9041ea

#9041ea #ea9041 #41ea90

Analogous Colors of #9041ea

#9041ea #e541ea #4147ea

Monochromatic Colors of #9041ea

#9041ea

Complementary Color

#9041ea #9bea41

#9041ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9041ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9041ea Color CSS Codes

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

#9041ea Text Font Color

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

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


#9041ea Background Color

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

This div background color is #9041ea


#9041ea Border Color

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

This div border color is #9041ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9041ea


Comments

No comments written yet.

Please login to write comment.