Color Hex Logo

#92477d Color Hex

#92477D
(146,71,125)
0 Favorites   0 Comments

Color spaces of #92477d

RGB 14671125
HSL0.880.350.43
HSV317°51°57°
CMYK 0.000.510.14   0.43
XYZ17.809012.098120.7986
Yxy12.09810.35120.2386
Hunter Lab34.782330.5252-11.1057
CIE-Lab41.371638.8212-16.2663

#92477d color RGB value is (146,71,125).

#92477d hex color red value is 146, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #92477d hue: 0.88 , saturation: 0.35 and the lightness value of 92477d is 0.43.

The process color (four color CMYK) of #92477d color hex is 0.00, 0.51, 0.14, 0.43. Web safe color of #92477d is #993366. Color #92477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000111 01111101
Octal 222 107 175
Decimal 146 71 125
Hex 92 47 7D

RGB Percentages of Color #92477d

%42.69
%20.76
%36.55

CMYK Percentages of Color #92477d

%0
%51
%14
%43

Triadic Colors of #92477d

#92477d #7d9247 #477d92

Analogous Colors of #92477d

#92477d #924757 #824792

Monochromatic Colors of #92477d

#92477d

Complementary Color

#92477d #47925c

#92477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#92477d Color CSS Codes

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

#92477d Text Font Color

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

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


#92477d Background Color

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

This div background color is #92477d


#92477d Border Color

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

This div border color is #92477d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,71,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92477d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92477d;
  -webkit-box-shadow: 1px 1px 3px 2px #92477d;
  box-shadow:         1px 1px 3px 2px #92477d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92477d


Comments

No comments written yet.

Please login to write comment.