Color Hex Logo

#4b038a Color Hex

#4B038A
(75,3,138)
0 Favorites   0 Comments

Color spaces of #4b038a

RGB 753138
HSL0.760.960.28
HSV272°98°54°
CMYK 0.460.980.00   0.46
XYZ7.52173.396024.3038
Yxy3.39600.21360.0964
Hunter Lab18.428240.6074-65.2939
CIE-Lab21.564852.7486-56.5538

#4b038a color RGB value is (75,3,138).

#4b038a hex color red value is 75, green value is 3 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4b038a hue: 0.76 , saturation: 0.96 and the lightness value of 4b038a is 0.28.

The process color (four color CMYK) of #4b038a color hex is 0.46, 0.98, 0.00, 0.46. Web safe color of #4b038a is #330099. Color #4b038a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000011 10001010
Octal 113 3 212
Decimal 75 3 138
Hex 4B 3 8A

RGB Percentages of Color #4b038a

%34.72
%1.39
%63.89

CMYK Percentages of Color #4b038a

%46
%98
%0
%46

Triadic Colors of #4b038a

#4b038a #8a4b03 #038a4b

Analogous Colors of #4b038a

#4b038a #8a0386 #08038a

Monochromatic Colors of #4b038a

#4b038a

Complementary Color

#4b038a #428a03

#4b038a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b038a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b038a Color CSS Codes

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

#4b038a Text Font Color

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

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


#4b038a Background Color

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

This div background color is #4b038a


#4b038a Border Color

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

This div border color is #4b038a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b038a


Comments

No comments written yet.

Please login to write comment.