Color Hex Logo

#4a83df Color Hex

#4A83DF
(74,131,223)
0 Favorites   0 Comments

Color spaces of #4a83df

RGB 74131223
HSL0.600.700.58
HSV217°67°87°
CMYK 0.670.410.00   0.13
XYZ24.259623.016272.9760
Yxy23.01620.20170.1914
Hunter Lab47.97526.3054-56.6045
CIE-Lab55.089010.7467-52.4590

#4a83df color RGB value is (74,131,223).

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

The process color (four color CMYK) of #4a83df color hex is 0.67, 0.41, 0.00, 0.13. Web safe color of #4a83df is #3399cc. Color #4a83df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000011 11011111
Octal 112 203 337
Decimal 74 131 223
Hex 4A 83 DF

RGB Percentages of Color #4a83df

%17.29
%30.61
%52.10

CMYK Percentages of Color #4a83df

%67
%41
%0
%13

Triadic Colors of #4a83df

#4a83df #df4a83 #83df4a

Analogous Colors of #4a83df

#4a83df #5c4adf #4acedf

Monochromatic Colors of #4a83df

#4a83df

Complementary Color

#4a83df #dfa64a

#4a83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a83df Color CSS Codes

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

#4a83df Text Font Color

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

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


#4a83df Background Color

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

This div background color is #4a83df


#4a83df Border Color

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

This div border color is #4a83df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,131,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a83df


Comments

No comments written yet.

Please login to write comment.