Color Hex Logo

#485ddb Color Hex

#485DDB
(72,93,219)
0 Favorites   0 Comments

Color spaces of #485ddb

RGB 7293219
HSL0.640.670.57
HSV231°67°86°
CMYK 0.670.580.00   0.14
XYZ19.373014.320968.7610
Yxy14.32090.18910.1398
Hunter Lab37.843025.1546-81.2404
CIE-Lab44.689732.6609-66.9521

#485ddb color RGB value is (72,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 11011011
Octal 110 135 333
Decimal 72 93 219
Hex 48 5D DB

RGB Percentages of Color #485ddb

%18.75
%24.22
%57.03

CMYK Percentages of Color #485ddb

%67
%58
%0
%14

Triadic Colors of #485ddb

#485ddb #db485d #5ddb48

Analogous Colors of #485ddb

#485ddb #7d48db #48a7db

Monochromatic Colors of #485ddb

#485ddb

Complementary Color

#485ddb #dbc648

#485ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485ddb Color CSS Codes

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

#485ddb Text Font Color

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

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


#485ddb Background Color

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

This div background color is #485ddb


#485ddb Border Color

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

This div border color is #485ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485ddb


Comments

No comments written yet.

Please login to write comment.