Color Hex Logo

#4076ec Color Hex

#4076EC
(64,118,236)
0 Favorites   0 Comments

Color spaces of #4076ec

RGB 64118236
HSL0.610.820.59
HSV221°73°93°
CMYK 0.730.500.00   0.07
XYZ23.733120.103081.9863
Yxy20.10300.18860.1598
Hunter Lab44.836416.0212-77.0303
CIE-Lab51.953521.9507-64.7909

#4076ec color RGB value is (64,118,236).

#4076ec hex color red value is 64, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4076ec hue: 0.61 , saturation: 0.82 and the lightness value of 4076ec is 0.59.

The process color (four color CMYK) of #4076ec color hex is 0.73, 0.50, 0.00, 0.07. Web safe color of #4076ec is #3366ff. Color #4076ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 11101100
Octal 100 166 354
Decimal 64 118 236
Hex 40 76 EC

RGB Percentages of Color #4076ec

%15.31
%28.23
%56.46

CMYK Percentages of Color #4076ec

%73
%50
%0
%7

Triadic Colors of #4076ec

#4076ec #ec4076 #76ec40

Analogous Colors of #4076ec

#4076ec #6040ec #40ccec

Monochromatic Colors of #4076ec

#4076ec

Complementary Color

#4076ec #ecb640

#4076ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4076ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4076ec Color CSS Codes

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

#4076ec Text Font Color

<p style="color:#4076ec">Text here</p>

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


#4076ec Background Color

<div style="background-color:#4076ec">
Div content here</div>

This div background color is #4076ec


#4076ec Border Color

<div style="border:3px solid #4076ec">
Div here</div>

This div border color is #4076ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,118,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4076ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4076ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4076ec;
  box-shadow:         1px 1px 3px 2px #4076ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,118,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4076ec


Comments

No comments written yet.

Please login to write comment.