Color Hex Logo

#4852ea Color Hex

#4852EA
(72,82,234)
0 Favorites   0 Comments

Color spaces of #4852ea

RGB 7282234
HSL0.660.790.60
HSV236°69°92°
CMYK 0.690.650.00   0.08
XYZ20.541113.352879.3366
Yxy13.35280.18140.1179
Hunter Lab36.541536.3928-103.1477
CIE-Lab43.290144.4926-77.7461

#4852ea color RGB value is (72,82,234).

#4852ea hex color red value is 72, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4852ea hue: 0.66 , saturation: 0.79 and the lightness value of 4852ea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 11101010
Octal 110 122 352
Decimal 72 82 234
Hex 48 52 EA

RGB Percentages of Color #4852ea

%18.56
%21.13
%60.31

CMYK Percentages of Color #4852ea

%69
%65
%0
%8

Triadic Colors of #4852ea

#4852ea #ea4852 #52ea48

Analogous Colors of #4852ea

#4852ea #8f48ea #48a3ea

Monochromatic Colors of #4852ea

#4852ea

Complementary Color

#4852ea #eae048

#4852ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4852ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4852ea Color CSS Codes

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

#4852ea Text Font Color

<p style="color:#4852ea">Text here</p>

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


#4852ea Background Color

<div style="background-color:#4852ea">
Div content here</div>

This div background color is #4852ea


#4852ea Border Color

<div style="border:3px solid #4852ea">
Div here</div>

This div border color is #4852ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,82,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4852ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4852ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4852ea;
  box-shadow:         1px 1px 3px 2px #4852ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4852ea


Comments

No comments written yet.

Please login to write comment.