Color Hex Logo

#4886dc Color Hex

#4886DC
(72,134,220)
0 Favorites   0 Comments

Color spaces of #4886dc

RGB 72134220
HSL0.600.680.57
HSV215°67°86°
CMYK 0.670.390.00   0.14
XYZ24.115923.595270.9934
Yxy23.59520.20320.1988
Hunter Lab48.57493.6136-52.6514
CIE-Lab55.68027.5710-49.8401

#4886dc color RGB value is (72,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 11011100
Octal 110 206 334
Decimal 72 134 220
Hex 48 86 DC

RGB Percentages of Color #4886dc

%16.90
%31.46
%51.64

CMYK Percentages of Color #4886dc

%67
%39
%0
%14

Triadic Colors of #4886dc

#4886dc #dc4886 #86dc48

Analogous Colors of #4886dc

#4886dc #5448dc #48d0dc

Monochromatic Colors of #4886dc

#4886dc

Complementary Color

#4886dc #dc9e48

#4886dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4886dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4886dc Color CSS Codes

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

#4886dc Text Font Color

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

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


#4886dc Background Color

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

This div background color is #4886dc


#4886dc Border Color

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

This div border color is #4886dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4886dc


Comments

No comments written yet.

Please login to write comment.