Color Hex Logo

#4b2583 Color Hex

#4B2583
(75,37,131)
0 Favorites   0 Comments

Color spaces of #4b2583

RGB 7537131
HSL0.730.560.33
HSV264°72°51°
CMYK 0.430.720.00   0.49
XYZ7.66004.457721.9294
Yxy4.45770.22500.1309
Hunter Lab21.113327.8125-46.8026
CIE-Lab25.130338.6877-46.3194

#4b2583 color RGB value is (75,37,131).

#4b2583 hex color red value is 75, green value is 37 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #4b2583 hue: 0.73 , saturation: 0.56 and the lightness value of 4b2583 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100101 10000011
Octal 113 45 203
Decimal 75 37 131
Hex 4B 25 83

RGB Percentages of Color #4b2583

%30.86
%15.23
%53.91

CMYK Percentages of Color #4b2583

%43
%72
%0
%49

Triadic Colors of #4b2583

#4b2583 #834b25 #25834b

Analogous Colors of #4b2583

#4b2583 #7a2583 #252e83

Monochromatic Colors of #4b2583

#4b2583

Complementary Color

#4b2583 #5d8325

#4b2583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2583 Color CSS Codes

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

#4b2583 Text Font Color

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

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


#4b2583 Background Color

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

This div background color is #4b2583


#4b2583 Border Color

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

This div border color is #4b2583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2583


Comments

No comments written yet.

Please login to write comment.