Color Hex Logo

#485eeb Color Hex

#485EEB
(72,94,235)
0 Favorites   0 Comments

Color spaces of #485eeb

RGB 7294235
HSL0.640.800.60
HSV232°69°92°
CMYK 0.690.600.00   0.08
XYZ21.670615.381380.4240
Yxy15.38130.18450.1309
Hunter Lab39.219029.9976-94.1291
CIE-Lab46.152137.5583-73.6302

#485eeb color RGB value is (72,94,235).

#485eeb hex color red value is 72, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #485eeb hue: 0.64 , saturation: 0.80 and the lightness value of 485eeb is 0.60.

The process color (four color CMYK) of #485eeb color hex is 0.69, 0.60, 0.00, 0.08. Web safe color of #485eeb is #3366ff. Color #485eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 11101011
Octal 110 136 353
Decimal 72 94 235
Hex 48 5E EB

RGB Percentages of Color #485eeb

%17.96
%23.44
%58.60

CMYK Percentages of Color #485eeb

%69
%60
%0
%8

Triadic Colors of #485eeb

#485eeb #eb485e #5eeb48

Analogous Colors of #485eeb

#485eeb #8448eb #48b0eb

Monochromatic Colors of #485eeb

#485eeb

Complementary Color

#485eeb #ebd548

#485eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485eeb Color CSS Codes

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

#485eeb Text Font Color

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

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


#485eeb Background Color

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

This div background color is #485eeb


#485eeb Border Color

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

This div border color is #485eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485eeb


Comments

No comments written yet.

Please login to write comment.