Color Hex Logo

#4b2392 Color Hex

#4B2392
(75,35,146)
0 Favorites   0 Comments

Color spaces of #4b2392

RGB 7535146
HSL0.730.610.35
HSV262°76°57°
CMYK 0.490.760.00   0.43
XYZ8.69104.773227.6574
Yxy4.77320.21130.1161
Hunter Lab21.847732.7739-59.7631
CIE-Lab26.078643.8849-54.1129

#4b2392 color RGB value is (75,35,146).

#4b2392 hex color red value is 75, green value is 35 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #4b2392 hue: 0.73 , saturation: 0.61 and the lightness value of 4b2392 is 0.35.

The process color (four color CMYK) of #4b2392 color hex is 0.49, 0.76, 0.00, 0.43. Web safe color of #4b2392 is #333399. Color #4b2392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100011 10010010
Octal 113 43 222
Decimal 75 35 146
Hex 4B 23 92

RGB Percentages of Color #4b2392

%29.30
%13.67
%57.03

CMYK Percentages of Color #4b2392

%49
%76
%0
%43

Triadic Colors of #4b2392

#4b2392 #924b23 #23924b

Analogous Colors of #4b2392

#4b2392 #832392 #233392

Monochromatic Colors of #4b2392

#4b2392

Complementary Color

#4b2392 #6a9223

#4b2392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2392 Color CSS Codes

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

#4b2392 Text Font Color

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

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


#4b2392 Background Color

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

This div background color is #4b2392


#4b2392 Border Color

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

This div border color is #4b2392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2392


Comments

No comments written yet.

Please login to write comment.