Color Hex Logo

#9183ee Color Hex

#9183EE
(145,131,238)
0 Favorites   0 Comments

Color spaces of #9183ee

RGB 145131238
HSL0.690.760.72
HSV248°45°93°
CMYK 0.390.450.00   0.07
XYZ35.226028.425484.5190
Yxy28.42540.23770.1918
Hunter Lab53.315524.6344-56.6694
CIE-Lab60.271130.3971-52.3048

#9183ee color RGB value is (145,131,238).

#9183ee hex color red value is 145, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9183ee hue: 0.69 , saturation: 0.76 and the lightness value of 9183ee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10000011 11101110
Octal 221 203 356
Decimal 145 131 238
Hex 91 83 EE

RGB Percentages of Color #9183ee

%28.21
%25.49
%46.30

CMYK Percentages of Color #9183ee

%39
%45
%0
%7

Triadic Colors of #9183ee

#9183ee #ee9183 #83ee91

Analogous Colors of #9183ee

#9183ee #c783ee #83abee

Monochromatic Colors of #9183ee

#9183ee

Complementary Color

#9183ee #e0ee83

#9183ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9183ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9183ee Color CSS Codes

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

#9183ee Text Font Color

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

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


#9183ee Background Color

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

This div background color is #9183ee


#9183ee Border Color

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

This div border color is #9183ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9183ee


Comments

No comments written yet.

Please login to write comment.