Color Hex Logo

#485feb Color Hex

#485FEB
(72,95,235)
0 Favorites   0 Comments

Color spaces of #485feb

RGB 7295235
HSL0.640.800.60
HSV232°69°92°
CMYK 0.690.600.00   0.08
XYZ21.760115.560380.4538
Yxy15.56030.18480.1321
Hunter Lab39.446529.4354-93.3132
CIE-Lab46.392236.9430-73.2384

#485feb color RGB value is (72,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 11101011
Octal 110 137 353
Decimal 72 95 235
Hex 48 5F EB

RGB Percentages of Color #485feb

%17.91
%23.63
%58.46

CMYK Percentages of Color #485feb

%69
%60
%0
%8

Triadic Colors of #485feb

#485feb #eb485f #5feb48

Analogous Colors of #485feb

#485feb #8348eb #48b1eb

Monochromatic Colors of #485feb

#485feb

Complementary Color

#485feb #ebd448

#485feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485feb Color CSS Codes

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

#485feb Text Font Color

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

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


#485feb Background Color

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

This div background color is #485feb


#485feb Border Color

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

This div border color is #485feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485feb


Comments

No comments written yet.

Please login to write comment.