Color Hex Logo

#4b045a Color Hex

#4B045A
(75,4,90)
0 Favorites   0 Comments

Color spaces of #4b045a

RGB 75490
HSL0.800.910.18
HSV290°96°35°
CMYK 0.170.960.00   0.65
XYZ4.79052.32099.8683
Yxy2.32090.28210.1367
Hunter Lab15.234529.4691-27.7415
CIE-Lab17.088542.0704-32.7883

#4b045a color RGB value is (75,4,90).

#4b045a hex color red value is 75, green value is 4 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #4b045a hue: 0.80 , saturation: 0.91 and the lightness value of 4b045a is 0.18.

The process color (four color CMYK) of #4b045a color hex is 0.17, 0.96, 0.00, 0.65. Web safe color of #4b045a is #330066. Color #4b045a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000100 01011010
Octal 113 4 132
Decimal 75 4 90
Hex 4B 4 5A

RGB Percentages of Color #4b045a

%44.38
%2.37
%53.25

CMYK Percentages of Color #4b045a

%17
%96
%0
%65

Triadic Colors of #4b045a

#4b045a #5a4b04 #045a4b

Analogous Colors of #4b045a

#4b045a #5a043e #20045a

Monochromatic Colors of #4b045a

#4b045a

Complementary Color

#4b045a #135a04

#4b045a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b045a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b045a Color CSS Codes

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

#4b045a Text Font Color

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

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


#4b045a Background Color

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

This div background color is #4b045a


#4b045a Border Color

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

This div border color is #4b045a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b045a


Comments

No comments written yet.

Please login to write comment.