Color Hex Logo

#4b204d Color Hex

#4B204D
(75,32,77)
0 Favorites   0 Comments

Color spaces of #4b204d

RGB 753277
HSL0.830.410.21
HSV297°58°30°
CMYK 0.030.580.00   0.70
XYZ4.75773.06477.3620
Yxy3.06470.31330.2018
Hunter Lab17.506317.8751-12.6791
CIE-Lab20.301227.8001-18.8901

#4b204d color RGB value is (75,32,77).

#4b204d hex color red value is 75, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4b204d hue: 0.83 , saturation: 0.41 and the lightness value of 4b204d is 0.21.

The process color (four color CMYK) of #4b204d color hex is 0.03, 0.58, 0.00, 0.70. Web safe color of #4b204d is #333366. Color #4b204d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100000 01001101
Octal 113 40 115
Decimal 75 32 77
Hex 4B 20 4D

RGB Percentages of Color #4b204d

%40.76
%17.39
%41.85

CMYK Percentages of Color #4b204d

%3
%58
%0
%70

Triadic Colors of #4b204d

#4b204d #4d4b20 #204d4b

Analogous Colors of #4b204d

#4b204d #4d2039 #35204d

Monochromatic Colors of #4b204d

#4b204d

Complementary Color

#4b204d #224d20

#4b204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b204d Color CSS Codes

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

#4b204d Text Font Color

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

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


#4b204d Background Color

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

This div background color is #4b204d


#4b204d Border Color

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

This div border color is #4b204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b204d


Comments

No comments written yet.

Please login to write comment.