Color Hex Logo

#923376 Color Hex

#923376
(146,51,118)
0 Favorites   0 Comments

Color spaces of #923376

RGB 14651118
HSL0.880.480.39
HSV318°65°57°
CMYK 0.000.650.19   0.43
XYZ16.30799.786718.1690
Yxy9.78670.36840.2211
Hunter Lab31.283738.3039-12.5360
CIE-Lab37.456947.4194-17.9414

#923376 color RGB value is (146,51,118).

#923376 hex color red value is 146, green value is 51 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #923376 hue: 0.88 , saturation: 0.48 and the lightness value of 923376 is 0.39.

The process color (four color CMYK) of #923376 color hex is 0.00, 0.65, 0.19, 0.43. Web safe color of #923376 is #993366. Color #923376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00110011 01110110
Octal 222 63 166
Decimal 146 51 118
Hex 92 33 76

RGB Percentages of Color #923376

%46.35
%16.19
%37.46

CMYK Percentages of Color #923376

%0
%65
%19
%43

Triadic Colors of #923376

#923376 #769233 #337692

Analogous Colors of #923376

#923376 #923347 #7f3392

Monochromatic Colors of #923376

#923376

Complementary Color

#923376 #33924f

#923376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#923376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#923376 Color CSS Codes

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

#923376 Text Font Color

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

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


#923376 Background Color

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

This div background color is #923376


#923376 Border Color

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

This div border color is #923376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,51,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #923376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #923376;
  -webkit-box-shadow: 1px 1px 3px 2px #923376;
  box-shadow:         1px 1px 3px 2px #923376; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #923376


Comments

No comments written yet.

Please login to write comment.