Color Hex Logo

#4082e1 Color Hex

#4082E1
(64,130,225)
0 Favorites   0 Comments

Color spaces of #4082e1

RGB 64130225
HSL0.600.730.57
HSV215°72°88°
CMYK 0.720.420.00   0.12
XYZ23.687622.491574.3270
Yxy22.49150.19660.1866
Hunter Lab47.42526.1618-59.7244
CIE-Lab54.544710.5805-54.4711

#4082e1 color RGB value is (64,130,225).

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

The process color (four color CMYK) of #4082e1 color hex is 0.72, 0.42, 0.00, 0.12. Web safe color of #4082e1 is #3399cc. Color #4082e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000010 11100001
Octal 100 202 341
Decimal 64 130 225
Hex 40 82 E1

RGB Percentages of Color #4082e1

%15.27
%31.03
%53.70

CMYK Percentages of Color #4082e1

%72
%42
%0
%12

Triadic Colors of #4082e1

#4082e1 #e14082 #82e140

Analogous Colors of #4082e1

#4082e1 #4e40e1 #40d3e1

Monochromatic Colors of #4082e1

#4082e1

Complementary Color

#4082e1 #e19f40

#4082e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4082e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4082e1 Color CSS Codes

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

#4082e1 Text Font Color

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

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


#4082e1 Background Color

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

This div background color is #4082e1


#4082e1 Border Color

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

This div border color is #4082e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4082e1


Comments

No comments written yet.

Please login to write comment.