Color Hex Logo

#4087ec Color Hex

#4087EC
(64,135,236)
0 Favorites   0 Comments

Color spaces of #4087ec

RGB 64135236
HSL0.600.820.59
HSV215°73°93°
CMYK 0.730.430.00   0.07
XYZ25.918624.474182.7148
Yxy24.47410.19470.1839
Hunter Lab49.47136.9435-64.5015
CIE-Lab56.559411.4799-57.3870

#4087ec color RGB value is (64,135,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000111 11101100
Octal 100 207 354
Decimal 64 135 236
Hex 40 87 EC

RGB Percentages of Color #4087ec

%14.71
%31.03
%54.25

CMYK Percentages of Color #4087ec

%73
%43
%0
%7

Triadic Colors of #4087ec

#4087ec #ec4087 #87ec40

Analogous Colors of #4087ec

#4087ec #4f40ec #40ddec

Monochromatic Colors of #4087ec

#4087ec

Complementary Color

#4087ec #eca540

#4087ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4087ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4087ec Color CSS Codes

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

#4087ec Text Font Color

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

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


#4087ec Background Color

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

This div background color is #4087ec


#4087ec Border Color

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

This div border color is #4087ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,135,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 #4087ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4087ec


Comments

No comments written yet.

Please login to write comment.