Color Hex Logo

#485eec Color Hex

#485EEC
(72,94,236)
0 Favorites   0 Comments

Color spaces of #485eec

RGB 7294236
HSL0.640.810.60
HSV232°69°93°
CMYK 0.690.600.00   0.07
XYZ21.815515.439381.1872
Yxy15.43930.18420.1304
Hunter Lab39.292930.3411-95.0004
CIE-Lab46.230137.9013-74.0657

#485eec color RGB value is (72,94,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 11101100
Octal 110 136 354
Decimal 72 94 236
Hex 48 5E EC

RGB Percentages of Color #485eec

%17.91
%23.38
%58.71

CMYK Percentages of Color #485eec

%69
%60
%0
%7

Triadic Colors of #485eec

#485eec #ec485e #5eec48

Analogous Colors of #485eec

#485eec #8448ec #48b0ec

Monochromatic Colors of #485eec

#485eec

Complementary Color

#485eec #ecd648

#485eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#485eec Color CSS Codes

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

#485eec Text Font Color

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

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


#485eec Background Color

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

This div background color is #485eec


#485eec Border Color

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

This div border color is #485eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485eec


Comments

No comments written yet.

Please login to write comment.