Color Hex Logo

#9431ee Color Hex

#9431EE
(148,49,238)
0 Favorites   0 Comments

Color spaces of #9431ee

RGB 14849238
HSL0.750.850.56
HSV271°79°93°
CMYK 0.380.790.00   0.07
XYZ28.743714.665682.2047
Yxy14.66560.22880.1168
Hunter Lab38.295766.9598-100.4636
CIE-Lab45.172771.9369-76.6433

#9431ee color RGB value is (148,49,238).

#9431ee hex color red value is 148, green value is 49 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9431ee hue: 0.75 , saturation: 0.85 and the lightness value of 9431ee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00110001 11101110
Octal 224 61 356
Decimal 148 49 238
Hex 94 31 EE

RGB Percentages of Color #9431ee

%34.02
%11.26
%54.71

CMYK Percentages of Color #9431ee

%38
%79
%0
%7

Triadic Colors of #9431ee

#9431ee #ee9431 #31ee94

Analogous Colors of #9431ee

#9431ee #ee31ea #3531ee

Monochromatic Colors of #9431ee

#9431ee

Complementary Color

#9431ee #8bee31

#9431ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9431ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9431ee Color CSS Codes

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

#9431ee Text Font Color

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

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


#9431ee Background Color

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

This div background color is #9431ee


#9431ee Border Color

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

This div border color is #9431ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9431ee


Comments

No comments written yet.

Please login to write comment.