Color Hex Logo

#9692ed Color Hex

#9692ED
(150,146,237)
0 Favorites   0 Comments

Color spaces of #9692ed

RGB 150146237
HSL0.670.720.75
HSV243°38°93°
CMYK 0.370.380.00   0.07
XYZ38.142633.156284.5102
Yxy33.15620.24480.2128
Hunter Lab57.581417.4730-46.7108
CIE-Lab64.287222.7371-45.3742

#9692ed color RGB value is (150,146,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010010 11101101
Octal 226 222 355
Decimal 150 146 237
Hex 96 92 ED

RGB Percentages of Color #9692ed

%28.14
%27.39
%44.47

CMYK Percentages of Color #9692ed

%37
%38
%0
%7

Triadic Colors of #9692ed

#9692ed #ed9692 #92ed96

Analogous Colors of #9692ed

#9692ed #c492ed #92bced

Monochromatic Colors of #9692ed

#9692ed

Complementary Color

#9692ed #e9ed92

#9692ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9692ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9692ed Color CSS Codes

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

#9692ed Text Font Color

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

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


#9692ed Background Color

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

This div background color is #9692ed


#9692ed Border Color

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

This div border color is #9692ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,146,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9692ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9692ed


Comments

No comments written yet.

Please login to write comment.