Color Hex Logo

#484eeb Color Hex

#484EEB
(72,78,235)
0 Favorites   0 Comments

Color spaces of #484eeb

RGB 7278235
HSL0.660.800.60
HSV238°69°92°
CMYK 0.690.670.00   0.08
XYZ20.392312.824779.9979
Yxy12.82470.18010.1133
Hunter Lab35.811638.9735-107.3771
CIE-Lab42.497947.1808-79.6106

#484eeb color RGB value is (72,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001110 11101011
Octal 110 116 353
Decimal 72 78 235
Hex 48 4E EB

RGB Percentages of Color #484eeb

%18.70
%20.26
%61.04

CMYK Percentages of Color #484eeb

%69
%67
%0
%8

Triadic Colors of #484eeb

#484eeb #eb484e #4eeb48

Analogous Colors of #484eeb

#484eeb #9448eb #48a0eb

Monochromatic Colors of #484eeb

#484eeb

Complementary Color

#484eeb #ebe548

#484eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#484eeb Color CSS Codes

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

#484eeb Text Font Color

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

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


#484eeb Background Color

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

This div background color is #484eeb


#484eeb Border Color

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

This div border color is #484eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484eeb


Comments

No comments written yet.

Please login to write comment.