Color Hex Logo

#4b348a Color Hex

#4B348A
(75,52,138)
0 Favorites   0 Comments

Color spaces of #4b348a

RGB 7552138
HSL0.710.450.37
HSV256°62°54°
CMYK 0.460.620.00   0.46
XYZ8.71715.786824.7023
Yxy5.78680.22230.1476
Hunter Lab24.055822.5855-44.0445
CIE-Lab28.868132.0865-44.6214

#4b348a color RGB value is (75,52,138).

#4b348a hex color red value is 75, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4b348a hue: 0.71 , saturation: 0.45 and the lightness value of 4b348a is 0.37.

The process color (four color CMYK) of #4b348a color hex is 0.46, 0.62, 0.00, 0.46. Web safe color of #4b348a is #333399. Color #4b348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110100 10001010
Octal 113 64 212
Decimal 75 52 138
Hex 4B 34 8A

RGB Percentages of Color #4b348a

%28.30
%19.62
%52.08

CMYK Percentages of Color #4b348a

%46
%62
%0
%46

Triadic Colors of #4b348a

#4b348a #8a4b34 #348a4b

Analogous Colors of #4b348a

#4b348a #76348a #34488a

Monochromatic Colors of #4b348a

#4b348a

Complementary Color

#4b348a #738a34

#4b348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b348a Color CSS Codes

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

#4b348a Text Font Color

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

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


#4b348a Background Color

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

This div background color is #4b348a


#4b348a Border Color

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

This div border color is #4b348a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,52,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 #4b348a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b348a


Comments

No comments written yet.

Please login to write comment.