Color Hex Logo

#4e07da Color Hex

#4E07DA
(78,7,218)
0 Favorites   0 Comments

Color spaces of #4e07da

RGB 787218
HSL0.720.940.44
HSV260°97°85°
CMYK 0.640.970.00   0.15
XYZ15.87286.833666.8121
Yxy6.83360.17730.0763
Hunter Lab26.141262.6374-133.2358
CIE-Lab31.425170.9253-88.1855

#4e07da color RGB value is (78,7,218).

#4e07da hex color red value is 78, green value is 7 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4e07da hue: 0.72 , saturation: 0.94 and the lightness value of 4e07da is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000111 11011010
Octal 116 7 332
Decimal 78 7 218
Hex 4E 7 DA

RGB Percentages of Color #4e07da

%25.74
%2.31
%71.95

CMYK Percentages of Color #4e07da

%64
%97
%0
%15

Triadic Colors of #4e07da

#4e07da #da4e07 #07da4e

Analogous Colors of #4e07da

#4e07da #b807da #072ada

Monochromatic Colors of #4e07da

#4e07da

Complementary Color

#4e07da #93da07

#4e07da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e07da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e07da Color CSS Codes

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

#4e07da Text Font Color

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

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


#4e07da Background Color

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

This div background color is #4e07da


#4e07da Border Color

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

This div border color is #4e07da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,7,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e07da


Comments

No comments written yet.

Please login to write comment.