Color Hex Logo

#9692ea Color Hex

#9692EA
(150,146,234)
0 Favorites   0 Comments

Color spaces of #9692ea

RGB 150146234
HSL0.670.680.75
HSV243°38°92°
CMYK 0.360.380.00   0.08
XYZ37.707832.982382.2207
Yxy32.98230.24660.2157
Hunter Lab57.430216.6975-44.6821
CIE-Lab64.146621.9365-43.9416

#9692ea color RGB value is (150,146,234).

#9692ea hex color red value is 150, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9692ea hue: 0.67 , saturation: 0.68 and the lightness value of 9692ea is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010010 11101010
Octal 226 222 352
Decimal 150 146 234
Hex 96 92 EA

RGB Percentages of Color #9692ea

%28.30
%27.55
%44.15

CMYK Percentages of Color #9692ea

%36
%38
%0
%8

Triadic Colors of #9692ea

#9692ea #ea9692 #92ea96

Analogous Colors of #9692ea

#9692ea #c292ea #92baea

Monochromatic Colors of #9692ea

#9692ea

Complementary Color

#9692ea #e6ea92

#9692ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9692ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9692ea Color CSS Codes

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

#9692ea Text Font Color

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

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


#9692ea Background Color

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

This div background color is #9692ea


#9692ea Border Color

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

This div border color is #9692ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9692ea


Comments

No comments written yet.

Please login to write comment.