Color Hex Logo

#4885da Color Hex

#4885DA
(72,133,218)
0 Favorites   0 Comments

Color spaces of #4885da

RGB 72133218
HSL0.600.660.57
HSV215°67°85°
CMYK 0.670.390.00   0.15
XYZ23.714923.214769.5606
Yxy23.21470.20360.1993
Hunter Lab48.18163.5395-51.8708
CIE-Lab55.29287.4766-49.3334

#4885da color RGB value is (72,133,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 11011010
Octal 110 205 332
Decimal 72 133 218
Hex 48 85 DA

RGB Percentages of Color #4885da

%17.02
%31.44
%51.54

CMYK Percentages of Color #4885da

%67
%39
%0
%15

Triadic Colors of #4885da

#4885da #da4885 #85da48

Analogous Colors of #4885da

#4885da #5448da #48ceda

Monochromatic Colors of #4885da

#4885da

Complementary Color

#4885da #da9d48

#4885da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4885da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4885da Color CSS Codes

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

#4885da Text Font Color

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

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


#4885da Background Color

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

This div background color is #4885da


#4885da Border Color

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

This div border color is #4885da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4885da


Comments

No comments written yet.

Please login to write comment.