Color Hex Logo

#4898dc Color Hex

#4898DC
(72,152,220)
0 Favorites   0 Comments

Color spaces of #4898dc

RGB 72152220
HSL0.580.680.57
HSV208°67°86°
CMYK 0.670.310.00   0.14
XYZ26.819029.001571.8945
Yxy29.00150.21000.2271
Hunter Lab53.8530-5.3492-41.4558
CIE-Lab60.7830-3.0132-41.7730

#4898dc color RGB value is (72,152,220).

#4898dc hex color red value is 72, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4898dc hue: 0.58 , saturation: 0.68 and the lightness value of 4898dc is 0.57.

The process color (four color CMYK) of #4898dc color hex is 0.67, 0.31, 0.00, 0.14. Web safe color of #4898dc is #3399cc. Color #4898dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 11011100
Octal 110 230 334
Decimal 72 152 220
Hex 48 98 DC

RGB Percentages of Color #4898dc

%16.22
%34.23
%49.55

CMYK Percentages of Color #4898dc

%67
%31
%0
%14

Triadic Colors of #4898dc

#4898dc #dc4898 #98dc48

Analogous Colors of #4898dc

#4898dc #484edc #48dcd6

Monochromatic Colors of #4898dc

#4898dc

Complementary Color

#4898dc #dc8c48

#4898dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4898dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4898dc Color CSS Codes

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

#4898dc Text Font Color

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

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


#4898dc Background Color

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

This div background color is #4898dc


#4898dc Border Color

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

This div border color is #4898dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4898dc


Comments

No comments written yet.

Please login to write comment.