Color Hex Logo

#4896dc Color Hex

#4896DC
(72,150,220)
0 Favorites   0 Comments

Color spaces of #4896dc

RGB 72150220
HSL0.580.680.57
HSV208°67°86°
CMYK 0.670.320.00   0.14
XYZ26.497128.357771.7872
Yxy28.35770.20920.2239
Hunter Lab53.2519-4.3729-42.6505
CIE-Lab60.2105-1.8632-42.6732

#4896dc color RGB value is (72,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010110 11011100
Octal 110 226 334
Decimal 72 150 220
Hex 48 96 DC

RGB Percentages of Color #4896dc

%16.29
%33.94
%49.77

CMYK Percentages of Color #4896dc

%67
%32
%0
%14

Triadic Colors of #4896dc

#4896dc #dc4896 #96dc48

Analogous Colors of #4896dc

#4896dc #484cdc #48dcd8

Monochromatic Colors of #4896dc

#4896dc

Complementary Color

#4896dc #dc8e48

#4896dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4896dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4896dc Color CSS Codes

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

#4896dc Text Font Color

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

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


#4896dc Background Color

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

This div background color is #4896dc


#4896dc Border Color

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

This div border color is #4896dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,150,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 #4896dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4896dc


Comments

No comments written yet.

Please login to write comment.