Color Hex Logo

#4820ea Color Hex

#4820EA
(72,32,234)
0 Favorites   0 Comments

Color spaces of #4820ea

RGB 7232234
HSL0.700.830.52
HSV252°86°92°
CMYK 0.690.860.00   0.08
XYZ18.04038.351378.5030
Yxy8.35130.17200.0796
Hunter Lab28.898660.8581-140.8321
CIE-Lab34.704168.7940-91.9171

#4820ea color RGB value is (72,32,234).

#4820ea hex color red value is 72, green value is 32 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4820ea hue: 0.70 , saturation: 0.83 and the lightness value of 4820ea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 11101010
Octal 110 40 352
Decimal 72 32 234
Hex 48 20 EA

RGB Percentages of Color #4820ea

%21.30
%9.47
%69.23

CMYK Percentages of Color #4820ea

%69
%86
%0
%8

Triadic Colors of #4820ea

#4820ea #ea4820 #20ea48

Analogous Colors of #4820ea

#4820ea #ad20ea #205dea

Monochromatic Colors of #4820ea

#4820ea

Complementary Color

#4820ea #c2ea20

#4820ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4820ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4820ea Color CSS Codes

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

#4820ea Text Font Color

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

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


#4820ea Background Color

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

This div background color is #4820ea


#4820ea Border Color

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

This div border color is #4820ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4820ea


Comments

No comments written yet.

Please login to write comment.