Color Hex Logo

#483beb Color Hex

#483BEB
(72,59,235)
0 Favorites   0 Comments

Color spaces of #483beb

RGB 7259235
HSL0.680.810.58
HSV244°75°92°
CMYK 0.690.750.00   0.08
XYZ19.231810.503879.6111
Yxy10.50380.17590.0961
Hunter Lab32.409649.2050-122.9537
CIE-Lab38.731957.6245-85.8125

#483beb color RGB value is (72,59,235).

#483beb hex color red value is 72, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #483beb hue: 0.68 , saturation: 0.81 and the lightness value of 483beb is 0.58.

The process color (four color CMYK) of #483beb color hex is 0.69, 0.75, 0.00, 0.08. Web safe color of #483beb is #3333ff. Color #483beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111011 11101011
Octal 110 73 353
Decimal 72 59 235
Hex 48 3B EB

RGB Percentages of Color #483beb

%19.67
%16.12
%64.21

CMYK Percentages of Color #483beb

%69
%75
%0
%8

Triadic Colors of #483beb

#483beb #eb483b #3beb48

Analogous Colors of #483beb

#483beb #a03beb #3b86eb

Monochromatic Colors of #483beb

#483beb

Complementary Color

#483beb #deeb3b

#483beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#483beb Color CSS Codes

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

#483beb Text Font Color

<p style="color:#483beb">Text here</p>

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


#483beb Background Color

<div style="background-color:#483beb">
Div content here</div>

This div background color is #483beb


#483beb Border Color

<div style="border:3px solid #483beb">
Div here</div>

This div border color is #483beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483beb


Comments

No comments written yet.

Please login to write comment.