Color Hex Logo

#4e05ba Color Hex

#4E05BA
(78,5,186)
0 Favorites   0 Comments

Color spaces of #4e05ba

RGB 785186
HSL0.730.950.37
HSV264°97°73°
CMYK 0.580.970.00   0.27
XYZ12.05915.273446.8367
Yxy5.27340.18790.0822
Hunter Lab22.963953.5495-104.8520
CIE-Lab27.499963.7443-75.9753

#4e05ba color RGB value is (78,5,186).

#4e05ba hex color red value is 78, green value is 5 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4e05ba hue: 0.73 , saturation: 0.95 and the lightness value of 4e05ba is 0.37.

The process color (four color CMYK) of #4e05ba color hex is 0.58, 0.97, 0.00, 0.27. Web safe color of #4e05ba is #6600cc. Color #4e05ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000101 10111010
Octal 116 5 272
Decimal 78 5 186
Hex 4E 5 BA

RGB Percentages of Color #4e05ba

%29.00
%1.86
%69.14

CMYK Percentages of Color #4e05ba

%58
%97
%0
%27

Triadic Colors of #4e05ba

#4e05ba #ba4e05 #05ba4e

Analogous Colors of #4e05ba

#4e05ba #a905ba #0516ba

Monochromatic Colors of #4e05ba

#4e05ba

Complementary Color

#4e05ba #71ba05

#4e05ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e05ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e05ba Color CSS Codes

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

#4e05ba Text Font Color

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

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


#4e05ba Background Color

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

This div background color is #4e05ba


#4e05ba Border Color

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

This div border color is #4e05ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,5,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 #4e05ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e05ba


Comments

No comments written yet.

Please login to write comment.