Color Hex Logo

#4853eb Color Hex

#4853EB
(72,83,235)
0 Favorites   0 Comments

Color spaces of #4853eb

RGB 7283235
HSL0.660.800.60
HSV236°69°92°
CMYK 0.690.650.00   0.08
XYZ20.761113.562480.1208
Yxy13.56240.18140.1185
Hunter Lab36.827236.1808-103.2117
CIE-Lab43.598744.2297-77.8051

#4853eb color RGB value is (72,83,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010011 11101011
Octal 110 123 353
Decimal 72 83 235
Hex 48 53 EB

RGB Percentages of Color #4853eb

%18.46
%21.28
%60.26

CMYK Percentages of Color #4853eb

%69
%65
%0
%8

Triadic Colors of #4853eb

#4853eb #eb4853 #53eb48

Analogous Colors of #4853eb

#4853eb #8f48eb #48a5eb

Monochromatic Colors of #4853eb

#4853eb

Complementary Color

#4853eb #ebe048

#4853eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4853eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4853eb Color CSS Codes

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

#4853eb Text Font Color

<p style="color:#4853eb">Text here</p>

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


#4853eb Background Color

<div style="background-color:#4853eb">
Div content here</div>

This div background color is #4853eb


#4853eb Border Color

<div style="border:3px solid #4853eb">
Div here</div>

This div border color is #4853eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4853eb


Comments

No comments written yet.

Please login to write comment.