Color Hex Logo

#4a84de Color Hex

#4A84DE
(74,132,222)
0 Favorites   0 Comments

Color spaces of #4a84de

RGB 74132222
HSL0.600.690.58
HSV216°67°87°
CMYK 0.670.410.00   0.13
XYZ24.260123.232372.3129
Yxy23.23230.20250.1939
Hunter Lab48.19995.4933-55.2111
CIE-Lab55.31089.7929-51.5449

#4a84de color RGB value is (74,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000100 11011110
Octal 112 204 336
Decimal 74 132 222
Hex 4A 84 DE

RGB Percentages of Color #4a84de

%17.29
%30.84
%51.87

CMYK Percentages of Color #4a84de

%67
%41
%0
%13

Triadic Colors of #4a84de

#4a84de #de4a84 #84de4a

Analogous Colors of #4a84de

#4a84de #5a4ade #4acede

Monochromatic Colors of #4a84de

#4a84de

Complementary Color

#4a84de #dea44a

#4a84de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a84de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a84de Color CSS Codes

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

#4a84de Text Font Color

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

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


#4a84de Background Color

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

This div background color is #4a84de


#4a84de Border Color

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

This div border color is #4a84de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a84de


Comments

No comments written yet.

Please login to write comment.