Color Hex Logo

#4898fd Color Hex

#4898FD
(72,152,253)
0 Favorites   0 Comments

Color spaces of #4898fd

RGB 72152253
HSL0.590.980.64
HSV213°72°99°
CMYK 0.720.400.00   0.01
XYZ31.630330.926097.2307
Yxy30.92600.19800.1935
Hunter Lab55.61114.2070-64.7350
CIE-Lab62.44518.3652-57.3445

#4898fd color RGB value is (72,152,253).

#4898fd hex color red value is 72, green value is 152 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4898fd hue: 0.59 , saturation: 0.98 and the lightness value of 4898fd is 0.64.

The process color (four color CMYK) of #4898fd color hex is 0.72, 0.40, 0.00, 0.01. Web safe color of #4898fd is #3399ff. Color #4898fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 11111101
Octal 110 230 375
Decimal 72 152 253
Hex 48 98 FD

RGB Percentages of Color #4898fd

%15.09
%31.87
%53.04

CMYK Percentages of Color #4898fd

%72
%40
%0
%1

Triadic Colors of #4898fd

#4898fd #fd4898 #98fd48

Analogous Colors of #4898fd

#4898fd #5248fd #48f3fd

Monochromatic Colors of #4898fd

#4898fd

Complementary Color

#4898fd #fdad48

#4898fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4898fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4898fd Color CSS Codes

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

#4898fd Text Font Color

<p style="color:#4898fd">Text here</p>

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


#4898fd Background Color

<div style="background-color:#4898fd">
Div content here</div>

This div background color is #4898fd


#4898fd Border Color

<div style="border:3px solid #4898fd">
Div here</div>

This div border color is #4898fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,152,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4898fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4898fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4898fd;
  box-shadow:         1px 1px 3px 2px #4898fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4898fd


Comments

No comments written yet.

Please login to write comment.