Color Hex Logo

#4890ef Color Hex

#4890EF
(72,144,239)
0 Favorites   0 Comments

Color spaces of #4890ef

RGB 72144239
HSL0.590.840.61
HSV214°70°94°
CMYK 0.700.400.00   0.06
XYZ28.225727.556285.4926
Yxy27.55620.19980.1951
Hunter Lab52.49404.1139-59.8149
CIE-Lab59.48578.2150-54.3621

#4890ef color RGB value is (72,144,239).

#4890ef hex color red value is 72, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4890ef hue: 0.59 , saturation: 0.84 and the lightness value of 4890ef is 0.61.

The process color (four color CMYK) of #4890ef color hex is 0.70, 0.40, 0.00, 0.06. Web safe color of #4890ef is #3399ff. Color #4890ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 11101111
Octal 110 220 357
Decimal 72 144 239
Hex 48 90 EF

RGB Percentages of Color #4890ef

%15.82
%31.65
%52.53

CMYK Percentages of Color #4890ef

%70
%40
%0
%6

Triadic Colors of #4890ef

#4890ef #ef4890 #90ef48

Analogous Colors of #4890ef

#4890ef #5448ef #48e4ef

Monochromatic Colors of #4890ef

#4890ef

Complementary Color

#4890ef #efa748

#4890ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4890ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4890ef Color CSS Codes

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

#4890ef Text Font Color

<p style="color:#4890ef">Text here</p>

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


#4890ef Background Color

<div style="background-color:#4890ef">
Div content here</div>

This div background color is #4890ef


#4890ef Border Color

<div style="border:3px solid #4890ef">
Div here</div>

This div border color is #4890ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,144,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4890ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4890ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4890ef;
  box-shadow:         1px 1px 3px 2px #4890ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,144,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4890ef


Comments

No comments written yet.

Please login to write comment.