Color Hex Logo

#4a83ea Color Hex

#4A83EA
(74,131,234)
0 Favorites   0 Comments

Color spaces of #4a83ea

RGB 74131234
HSL0.610.790.60
HSV219°68°92°
CMYK 0.680.440.00   0.08
XYZ25.791623.629081.0434
Yxy23.62900.19770.1811
Hunter Lab48.60979.6426-64.8232
CIE-Lab55.714414.5916-57.6063

#4a83ea color RGB value is (74,131,234).

#4a83ea hex color red value is 74, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4a83ea hue: 0.61 , saturation: 0.79 and the lightness value of 4a83ea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000011 11101010
Octal 112 203 352
Decimal 74 131 234
Hex 4A 83 EA

RGB Percentages of Color #4a83ea

%16.86
%29.84
%53.30

CMYK Percentages of Color #4a83ea

%68
%44
%0
%8

Triadic Colors of #4a83ea

#4a83ea #ea4a83 #83ea4a

Analogous Colors of #4a83ea

#4a83ea #614aea #4ad3ea

Monochromatic Colors of #4a83ea

#4a83ea

Complementary Color

#4a83ea #eab14a

#4a83ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a83ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a83ea Color CSS Codes

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

#4a83ea Text Font Color

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

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


#4a83ea Background Color

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

This div background color is #4a83ea


#4a83ea Border Color

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

This div border color is #4a83ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,131,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a83ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a83ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4a83ea;
  box-shadow:         1px 1px 3px 2px #4a83ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,131,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 #4a83ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a83ea


Comments

No comments written yet.

Please login to write comment.