Color Hex Logo

#4b003e Color Hex

#4B003E
(75,0,62)
0 Favorites   0 Comments

Color spaces of #4b003e

RGB 75062
HSL0.861.000.15
HSV310°100°29°
CMYK 0.001.000.17   0.71
XYZ3.77121.84374.7145
Yxy1.84370.36510.1785
Hunter Lab13.578325.8141-11.0812
CIE-Lab14.644738.4474-17.3943

#4b003e color RGB value is (75,0,62).

#4b003e hex color red value is 75, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4b003e hue: 0.86 , saturation: 1.00 and the lightness value of 4b003e is 0.15.

The process color (four color CMYK) of #4b003e color hex is 0.00, 1.00, 0.17, 0.71. Web safe color of #4b003e is #330033. Color #4b003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000000 00111110
Octal 113 0 76
Decimal 75 0 62
Hex 4B 0 3E

RGB Percentages of Color #4b003e

%54.74
%0.00
%45.26

CMYK Percentages of Color #4b003e

%0
%100
%17
%71

Triadic Colors of #4b003e

#4b003e #3e4b00 #003e4b

Analogous Colors of #4b003e

#4b003e #4b0019 #33004b

Monochromatic Colors of #4b003e

#4b003e

Complementary Color

#4b003e #004b0d

#4b003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b003e Color CSS Codes

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

#4b003e Text Font Color

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

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


#4b003e Background Color

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

This div background color is #4b003e


#4b003e Border Color

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

This div border color is #4b003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b003e


Comments

No comments written yet.

Please login to write comment.