Color Hex Logo

#4885df Color Hex

#4885DF
(72,133,223)
0 Favorites   0 Comments

Color spaces of #4885df

RGB 72133223
HSL0.600.700.58
HSV216°68°87°
CMYK 0.680.400.00   0.13
XYZ24.379323.480573.0593
Yxy23.48050.20160.1942
Hunter Lab48.45675.0069-55.4733
CIE-Lab55.56399.2207-51.7069

#4885df color RGB value is (72,133,223).

#4885df hex color red value is 72, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4885df hue: 0.60 , saturation: 0.70 and the lightness value of 4885df is 0.58.

The process color (four color CMYK) of #4885df color hex is 0.68, 0.40, 0.00, 0.13. Web safe color of #4885df is #3399cc. Color #4885df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 11011111
Octal 110 205 337
Decimal 72 133 223
Hex 48 85 DF

RGB Percentages of Color #4885df

%16.82
%31.07
%52.10

CMYK Percentages of Color #4885df

%68
%40
%0
%13

Triadic Colors of #4885df

#4885df #df4885 #85df48

Analogous Colors of #4885df

#4885df #5748df #48d1df

Monochromatic Colors of #4885df

#4885df

Complementary Color

#4885df #dfa248

#4885df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4885df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4885df Color CSS Codes

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

#4885df Text Font Color

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

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


#4885df Background Color

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

This div background color is #4885df


#4885df Border Color

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

This div border color is #4885df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4885df


Comments

No comments written yet.

Please login to write comment.