Color Hex Logo

#4b2868 Color Hex

#4B2868
(75,40,104)
0 Favorites   0 Comments

Color spaces of #4b2868

RGB 7540104
HSL0.760.440.28
HSV273°62°41°
CMYK 0.280.620.00   0.59
XYZ6.15914.012913.5467
Yxy4.01290.25970.1692
Hunter Lab20.032219.8252-26.0720
CIE-Lab23.714029.6493-31.3713

#4b2868 color RGB value is (75,40,104).

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

The process color (four color CMYK) of #4b2868 color hex is 0.28, 0.62, 0.00, 0.59. Web safe color of #4b2868 is #333366. Color #4b2868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00101000 01101000
Octal 113 50 150
Decimal 75 40 104
Hex 4B 28 68

RGB Percentages of Color #4b2868

%34.25
%18.26
%47.49

CMYK Percentages of Color #4b2868

%28
%62
%0
%59

Triadic Colors of #4b2868

#4b2868 #684b28 #28684b

Analogous Colors of #4b2868

#4b2868 #682865 #2b2868

Monochromatic Colors of #4b2868

#4b2868

Complementary Color

#4b2868 #456828

#4b2868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2868 Color CSS Codes

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

#4b2868 Text Font Color

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

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


#4b2868 Background Color

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

This div background color is #4b2868


#4b2868 Border Color

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

This div border color is #4b2868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2868


Comments

No comments written yet.

Please login to write comment.