Color Hex Logo

#4820dc Color Hex

#4820DC
(72,32,220)
0 Favorites   0 Comments

Color spaces of #4820dc

RGB 7232220
HSL0.700.750.49
HSV253°85°86°
CMYK 0.670.850.00   0.14
XYZ16.10737.578068.3239
Yxy7.57800.17510.0824
Hunter Lab27.528256.2697-127.8859
CIE-Lab33.088165.1063-86.5905

#4820dc color RGB value is (72,32,220).

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

The process color (four color CMYK) of #4820dc color hex is 0.67, 0.85, 0.00, 0.14. Web safe color of #4820dc is #3333cc. Color #4820dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 11011100
Octal 110 40 334
Decimal 72 32 220
Hex 48 20 DC

RGB Percentages of Color #4820dc

%22.22
%9.88
%67.90

CMYK Percentages of Color #4820dc

%67
%85
%0
%14

Triadic Colors of #4820dc

#4820dc #dc4820 #20dc48

Analogous Colors of #4820dc

#4820dc #a620dc #2056dc

Monochromatic Colors of #4820dc

#4820dc

Complementary Color

#4820dc #b4dc20

#4820dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4820dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4820dc Color CSS Codes

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

#4820dc Text Font Color

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

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


#4820dc Background Color

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

This div background color is #4820dc


#4820dc Border Color

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

This div border color is #4820dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4820dc


Comments

No comments written yet.

Please login to write comment.