Color Hex Logo

#8392ea Color Hex

#8392EA
(131,146,234)
0 Favorites   0 Comments

Color spaces of #8392ea

RGB 131146234
HSL0.640.710.72
HSV231°44°92°
CMYK 0.440.380.00   0.08
XYZ34.490231.323682.0701
Yxy31.32360.23320.2118
Hunter Lab55.967512.0583-47.7649
CIE-Lab62.779917.0654-46.1867

#8392ea color RGB value is (131,146,234).

#8392ea hex color red value is 131, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8392ea hue: 0.64 , saturation: 0.71 and the lightness value of 8392ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010010 11101010
Octal 203 222 352
Decimal 131 146 234
Hex 83 92 EA

RGB Percentages of Color #8392ea

%25.64
%28.57
%45.79

CMYK Percentages of Color #8392ea

%44
%38
%0
%8

Triadic Colors of #8392ea

#8392ea #ea8392 #92ea83

Analogous Colors of #8392ea

#8392ea #a883ea #83c6ea

Monochromatic Colors of #8392ea

#8392ea

Complementary Color

#8392ea #eadb83

#8392ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8392ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8392ea Color CSS Codes

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

#8392ea Text Font Color

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

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


#8392ea Background Color

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

This div background color is #8392ea


#8392ea Border Color

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

This div border color is #8392ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8392ea


Comments

No comments written yet.

Please login to write comment.