Color Hex Logo

#485dda Color Hex

#485DDA
(72,93,218)
0 Favorites   0 Comments

Color spaces of #485dda

RGB 7293218
HSL0.640.660.57
HSV231°67°85°
CMYK 0.670.570.00   0.15
XYZ19.241714.268468.0696
Yxy14.26840.18940.1405
Hunter Lab37.773524.8236-80.4018
CIE-Lab44.615432.3147-66.5031

#485dda color RGB value is (72,93,218).

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

The process color (four color CMYK) of #485dda color hex is 0.67, 0.57, 0.00, 0.15. Web safe color of #485dda is #3366cc. Color #485dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 11011010
Octal 110 135 332
Decimal 72 93 218
Hex 48 5D DA

RGB Percentages of Color #485dda

%18.80
%24.28
%56.92

CMYK Percentages of Color #485dda

%67
%57
%0
%15

Triadic Colors of #485dda

#485dda #da485d #5dda48

Analogous Colors of #485dda

#485dda #7c48da #48a6da

Monochromatic Colors of #485dda

#485dda

Complementary Color

#485dda #dac548

#485dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#485dda Color CSS Codes

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

#485dda Text Font Color

<p style="color:#485dda">Text here</p>

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


#485dda Background Color

<div style="background-color:#485dda">
Div content here</div>

This div background color is #485dda


#485dda Border Color

<div style="border:3px solid #485dda">
Div here</div>

This div border color is #485dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485dda


Comments

No comments written yet.

Please login to write comment.