Color Hex Logo

#485fec Color Hex

#485FEC
(72,95,236)
0 Favorites   0 Comments

Color spaces of #485fec

RGB 7295236
HSL0.640.810.60
HSV232°69°93°
CMYK 0.690.600.00   0.07
XYZ21.905015.618381.2170
Yxy15.61830.18450.1315
Hunter Lab39.520029.7783-94.1821
CIE-Lab46.469737.2867-73.6749

#485fec color RGB value is (72,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 11101100
Octal 110 137 354
Decimal 72 95 236
Hex 48 5F EC

RGB Percentages of Color #485fec

%17.87
%23.57
%58.56

CMYK Percentages of Color #485fec

%69
%60
%0
%7

Triadic Colors of #485fec

#485fec #ec485f #5fec48

Analogous Colors of #485fec

#485fec #8348ec #48b1ec

Monochromatic Colors of #485fec

#485fec

Complementary Color

#485fec #ecd548

#485fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#485fec Color CSS Codes

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

#485fec Text Font Color

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

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


#485fec Background Color

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

This div background color is #485fec


#485fec Border Color

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

This div border color is #485fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485fec


Comments

No comments written yet.

Please login to write comment.