Color Hex Logo

#4885ed Color Hex

#4885ED
(72,133,237)
1 Favorites   0 Comments

Color spaces of #4885ed

RGB 72133237
HSL0.610.820.61
HSV218°70°93°
CMYK 0.700.440.00   0.07
XYZ26.346124.267283.4162
Yxy24.26720.19660.1811
Hunter Lab49.26179.2571-65.9141
CIE-Lab56.354314.1367-58.2549

#4885ed color RGB value is (72,133,237).

#4885ed hex color red value is 72, green value is 133 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4885ed hue: 0.61 , saturation: 0.82 and the lightness value of 4885ed is 0.61.

The process color (four color CMYK) of #4885ed color hex is 0.70, 0.44, 0.00, 0.07. Web safe color of #4885ed is #3399ff. Color #4885ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 11101101
Octal 110 205 355
Decimal 72 133 237
Hex 48 85 ED

RGB Percentages of Color #4885ed

%16.29
%30.09
%53.62

CMYK Percentages of Color #4885ed

%70
%44
%0
%7

Triadic Colors of #4885ed

#4885ed #ed4885 #85ed48

Analogous Colors of #4885ed

#4885ed #5e48ed #48d8ed

Monochromatic Colors of #4885ed

#4885ed

Complementary Color

#4885ed #edb048

#4885ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4885ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4885ed Color CSS Codes

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

#4885ed Text Font Color

<p style="color:#4885ed">Text here</p>

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


#4885ed Background Color

<div style="background-color:#4885ed">
Div content here</div>

This div background color is #4885ed


#4885ed Border Color

<div style="border:3px solid #4885ed">
Div here</div>

This div border color is #4885ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,133,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4885ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4885ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4885ed;
  box-shadow:         1px 1px 3px 2px #4885ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4885ed


Comments

No comments written yet.

Please login to write comment.