Color Hex Logo

#9241ee Color Hex

#9241EE
(146,65,238)
0 Favorites   0 Comments

Color spaces of #9241ee

RGB 14665238
HSL0.740.840.59
HSV268°73°93°
CMYK 0.390.730.00   0.07
XYZ29.177016.064682.4519
Yxy16.06460.22850.1258
Hunter Lab40.080759.7991-93.9119
CIE-Lab47.059165.4839-73.5732

#9241ee color RGB value is (146,65,238).

#9241ee hex color red value is 146, green value is 65 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9241ee hue: 0.74 , saturation: 0.84 and the lightness value of 9241ee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000001 11101110
Octal 222 101 356
Decimal 146 65 238
Hex 92 41 EE

RGB Percentages of Color #9241ee

%32.52
%14.48
%53.01

CMYK Percentages of Color #9241ee

%39
%73
%0
%7

Triadic Colors of #9241ee

#9241ee #ee9241 #41ee92

Analogous Colors of #9241ee

#9241ee #e941ee #4147ee

Monochromatic Colors of #9241ee

#9241ee

Complementary Color

#9241ee #9dee41

#9241ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9241ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9241ee Color CSS Codes

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

#9241ee Text Font Color

<p style="color:#9241ee">Text here</p>

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


#9241ee Background Color

<div style="background-color:#9241ee">
Div content here</div>

This div background color is #9241ee


#9241ee Border Color

<div style="border:3px solid #9241ee">
Div here</div>

This div border color is #9241ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,65,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9241ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9241ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9241ee;
  box-shadow:         1px 1px 3px 2px #9241ee; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9241ee


Comments

No comments written yet.

Please login to write comment.