Color Hex Logo

#4c31ba Color Hex

#4C31BA
(76,49,186)
0 Favorites   0 Comments

Color spaces of #4c31ba

RGB 7649186
HSL0.700.580.46
HSV252°74°73°
CMYK 0.590.740.00   0.27
XYZ12.94177.278347.1771
Yxy7.27830.19200.1080
Hunter Lab26.978338.4157-84.7958
CIE-Lab32.432248.4699-67.8361

#4c31ba color RGB value is (76,49,186).

#4c31ba hex color red value is 76, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4c31ba hue: 0.70 , saturation: 0.58 and the lightness value of 4c31ba is 0.46.

The process color (four color CMYK) of #4c31ba color hex is 0.59, 0.74, 0.00, 0.27. Web safe color of #4c31ba is #3333cc. Color #4c31ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110001 10111010
Octal 114 61 272
Decimal 76 49 186
Hex 4C 31 BA

RGB Percentages of Color #4c31ba

%24.44
%15.76
%59.81

CMYK Percentages of Color #4c31ba

%59
%74
%0
%27

Triadic Colors of #4c31ba

#4c31ba #ba4c31 #31ba4c

Analogous Colors of #4c31ba

#4c31ba #9131ba #315aba

Monochromatic Colors of #4c31ba

#4c31ba

Complementary Color

#4c31ba #9fba31

#4c31ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c31ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c31ba Color CSS Codes

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

#4c31ba Text Font Color

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

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


#4c31ba Background Color

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

This div background color is #4c31ba


#4c31ba Border Color

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

This div border color is #4c31ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c31ba


Comments

No comments written yet.

Please login to write comment.