Color Hex Logo

#485aed Color Hex

#485AED
(72,90,237)
0 Favorites   0 Comments

Color spaces of #485aed

RGB 7290237
HSL0.650.820.61
HSV233°70°93°
CMYK 0.700.620.00   0.07
XYZ21.614714.804581.8391
Yxy14.80450.18280.1252
Hunter Lab38.476632.9404-99.1752
CIE-Lab45.365340.6869-76.0410

#485aed color RGB value is (72,90,237).

#485aed hex color red value is 72, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #485aed hue: 0.65 , saturation: 0.82 and the lightness value of 485aed is 0.61.

The process color (four color CMYK) of #485aed color hex is 0.70, 0.62, 0.00, 0.07. Web safe color of #485aed is #3366ff. Color #485aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011010 11101101
Octal 110 132 355
Decimal 72 90 237
Hex 48 5A ED

RGB Percentages of Color #485aed

%18.05
%22.56
%59.40

CMYK Percentages of Color #485aed

%70
%62
%0
%7

Triadic Colors of #485aed

#485aed #ed485a #5aed48

Analogous Colors of #485aed

#485aed #8948ed #48aded

Monochromatic Colors of #485aed

#485aed

Complementary Color

#485aed #eddb48

#485aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#485aed Color CSS Codes

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

#485aed Text Font Color

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

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


#485aed Background Color

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

This div background color is #485aed


#485aed Border Color

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

This div border color is #485aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485aed


Comments

No comments written yet.

Please login to write comment.