Color Hex Logo

#4821df Color Hex

#4821DF
(72,33,223)
0 Favorites   0 Comments

Color spaces of #4821df

RGB 7233223
HSL0.700.750.50
HSV252°85°87°
CMYK 0.680.850.00   0.13
XYZ16.53567.793170.4447
Yxy7.79310.17450.0822
Hunter Lab27.916156.8780-130.0735
CIE-Lab33.548265.5541-87.5508

#4821df color RGB value is (72,33,223).

#4821df hex color red value is 72, green value is 33 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4821df hue: 0.70 , saturation: 0.75 and the lightness value of 4821df is 0.50.

The process color (four color CMYK) of #4821df color hex is 0.68, 0.85, 0.00, 0.13. Web safe color of #4821df is #3333cc. Color #4821df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 11011111
Octal 110 41 337
Decimal 72 33 223
Hex 48 21 DF

RGB Percentages of Color #4821df

%21.95
%10.06
%67.99

CMYK Percentages of Color #4821df

%68
%85
%0
%13

Triadic Colors of #4821df

#4821df #df4821 #21df48

Analogous Colors of #4821df

#4821df #a721df #2159df

Monochromatic Colors of #4821df

#4821df

Complementary Color

#4821df #b8df21

#4821df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4821df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4821df Color CSS Codes

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

#4821df Text Font Color

<p style="color:#4821df">Text here</p>

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


#4821df Background Color

<div style="background-color:#4821df">
Div content here</div>

This div background color is #4821df


#4821df Border Color

<div style="border:3px solid #4821df">
Div here</div>

This div border color is #4821df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,33,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4821df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4821df;
  -webkit-box-shadow: 1px 1px 3px 2px #4821df;
  box-shadow:         1px 1px 3px 2px #4821df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4821df


Comments

No comments written yet.

Please login to write comment.