Color Hex Logo

#92327e Color Hex

#92327E
(146,50,126)
0 Favorites   0 Comments

Color spaces of #92327e

RGB 14650126
HSL0.870.490.38
HSV313°66°57°
CMYK 0.000.660.14   0.43
XYZ16.76069.898620.7659
Yxy9.89860.35340.2087
Hunter Lab31.462040.0328-17.1098
CIE-Lab37.659849.0920-22.6056

#92327e color RGB value is (146,50,126).

#92327e hex color red value is 146, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #92327e hue: 0.87 , saturation: 0.49 and the lightness value of 92327e is 0.38.

The process color (four color CMYK) of #92327e color hex is 0.00, 0.66, 0.14, 0.43. Web safe color of #92327e is #993366. Color #92327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00110010 01111110
Octal 222 62 176
Decimal 146 50 126
Hex 92 32 7E

RGB Percentages of Color #92327e

%45.34
%15.53
%39.13

CMYK Percentages of Color #92327e

%0
%66
%14
%43

Triadic Colors of #92327e

#92327e #7e9232 #327e92

Analogous Colors of #92327e

#92327e #92324e #763292

Monochromatic Colors of #92327e

#92327e

Complementary Color

#92327e #329246

#92327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#92327e Color CSS Codes

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

#92327e Text Font Color

<p style="color:#92327e">Text here</p>

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


#92327e Background Color

<div style="background-color:#92327e">
Div content here</div>

This div background color is #92327e


#92327e Border Color

<div style="border:3px solid #92327e">
Div here</div>

This div border color is #92327e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,50,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92327e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92327e;
  -webkit-box-shadow: 1px 1px 3px 2px #92327e;
  box-shadow:         1px 1px 3px 2px #92327e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92327e


Comments

No comments written yet.

Please login to write comment.