Color Hex Logo

#485fdc Color Hex

#485FDC
(72,95,220)
0 Favorites   0 Comments

Color spaces of #485fdc

RGB 7295220
HSL0.640.680.57
HSV231°67°86°
CMYK 0.670.570.00   0.14
XYZ19.683014.729469.5158
Yxy14.72940.18940.1417
Hunter Lab38.378924.3824-80.5269
CIE-Lab45.261331.7581-66.5921

#485fdc color RGB value is (72,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 11011100
Octal 110 137 334
Decimal 72 95 220
Hex 48 5F DC

RGB Percentages of Color #485fdc

%18.60
%24.55
%56.85

CMYK Percentages of Color #485fdc

%67
%57
%0
%14

Triadic Colors of #485fdc

#485fdc #dc485f #5fdc48

Analogous Colors of #485fdc

#485fdc #7b48dc #48a9dc

Monochromatic Colors of #485fdc

#485fdc

Complementary Color

#485fdc #dcc548

#485fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#485fdc Color CSS Codes

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

#485fdc Text Font Color

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

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


#485fdc Background Color

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

This div background color is #485fdc


#485fdc Border Color

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

This div border color is #485fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485fdc


Comments

No comments written yet.

Please login to write comment.