Color Hex Logo

#4c2b95 Color Hex

#4C2B95
(76,43,149)
0 Favorites   0 Comments

Color spaces of #4c2b95

RGB 7643149
HSL0.720.550.38
HSV259°71°58°
CMYK 0.490.710.00   0.42
XYZ9.26925.434228.9941
Yxy5.43420.21210.1244
Hunter Lab23.311430.1813-57.4255
CIE-Lab27.937640.7603-52.9162

#4c2b95 color RGB value is (76,43,149).

#4c2b95 hex color red value is 76, green value is 43 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #4c2b95 hue: 0.72 , saturation: 0.55 and the lightness value of 4c2b95 is 0.38.

The process color (four color CMYK) of #4c2b95 color hex is 0.49, 0.71, 0.00, 0.42. Web safe color of #4c2b95 is #333399. Color #4c2b95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101011 10010101
Octal 114 53 225
Decimal 76 43 149
Hex 4C 2B 95

RGB Percentages of Color #4c2b95

%28.36
%16.04
%55.60

CMYK Percentages of Color #4c2b95

%49
%71
%0
%42

Triadic Colors of #4c2b95

#4c2b95 #954c2b #2b954c

Analogous Colors of #4c2b95

#4c2b95 #812b95 #2b3f95

Monochromatic Colors of #4c2b95

#4c2b95

Complementary Color

#4c2b95 #74952b

#4c2b95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2b95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2b95 Color CSS Codes

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

#4c2b95 Text Font Color

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

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


#4c2b95 Background Color

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

This div background color is #4c2b95


#4c2b95 Border Color

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

This div border color is #4c2b95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,43,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c2b95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c2b95;
  -webkit-box-shadow: 1px 1px 3px 2px #4c2b95;
  box-shadow:         1px 1px 3px 2px #4c2b95; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,43,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2b95


Comments

No comments written yet.

Please login to write comment.