color codes Logo

#4a89df color codes

#4A89DF
(74,137,223)
0 Favorites   0 Comments

Color spaces of #4a89df

RGB 74137223
HSL0.600.700.58
HSV215°67°87°
CMYK 0.670.390.00   0.13
XYZ25.089024.674973.2524
Yxy24.67490.20390.2006
Hunter Lab49.67383.2266-52.6614
CIE-Lab56.75737.1299-49.8034

#4a89df color RGB value is (74,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001001 11011111
Octal 112 211 337
Decimal 74 137 223
Hex 4A 89 DF

RGB Percentages of Color #4a89df

%17.05
%31.57
%51.38

CMYK Percentages of Color #4a89df

%67
%39
%0
%13

Triadic Colors of #4a89df

#4a89df #df4a89 #89df4a

Analogous Colors of #4a89df

#4a89df #564adf #4ad4df

Monochromatic Colors of #4a89df

#4a89df

Complementary Color

#4a89df #dfa04a

#4a89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a89df Color CSS Codes

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

#4a89df Text Font Color

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

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


#4a89df Background Color

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

This div background color is #4a89df


#4a89df Border Color

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

This div border color is #4a89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a89df


Comments

No comments written yet.

Please login to write comment.