Color Hex Logo

#4082ea Color Hex

#4082EA
(64,130,234)
0 Favorites   0 Comments

Color spaces of #4082ea

RGB 64130234
HSL0.600.800.58
HSV217°73°92°
CMYK 0.730.440.00   0.08
XYZ24.948322.995880.9656
Yxy22.99580.19350.1784
Hunter Lab47.95398.9462-66.5377
CIE-Lab55.068013.8106-58.6628

#4082ea color RGB value is (64,130,234).

#4082ea hex color red value is 64, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4082ea hue: 0.60 , saturation: 0.80 and the lightness value of 4082ea is 0.58.

The process color (four color CMYK) of #4082ea color hex is 0.73, 0.44, 0.00, 0.08. Web safe color of #4082ea is #3399ff. Color #4082ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000010 11101010
Octal 100 202 352
Decimal 64 130 234
Hex 40 82 EA

RGB Percentages of Color #4082ea

%14.95
%30.37
%54.67

CMYK Percentages of Color #4082ea

%73
%44
%0
%8

Triadic Colors of #4082ea

#4082ea #ea4082 #82ea40

Analogous Colors of #4082ea

#4082ea #5340ea #40d7ea

Monochromatic Colors of #4082ea

#4082ea

Complementary Color

#4082ea #eaa840

#4082ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4082ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4082ea Color CSS Codes

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

#4082ea Text Font Color

<p style="color:#4082ea">Text here</p>

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


#4082ea Background Color

<div style="background-color:#4082ea">
Div content here</div>

This div background color is #4082ea


#4082ea Border Color

<div style="border:3px solid #4082ea">
Div here</div>

This div border color is #4082ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,130,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4082ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4082ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4082ea;
  box-shadow:         1px 1px 3px 2px #4082ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4082ea

#4082ea Color Palettes


Comments

No comments written yet.

Please login to write comment.