Color Hex Logo

#4821da Color Hex

#4821DA
(72,33,218)
0 Favorites   0 Comments

Color spaces of #4821da

RGB 7233218
HSL0.700.740.49
HSV253°85°85°
CMYK 0.670.850.00   0.15
XYZ15.87127.527466.9461
Yxy7.52740.17570.0833
Hunter Lab27.436155.2452-125.4666
CIE-Lab32.978664.2198-85.6205

#4821da color RGB value is (72,33,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 11011010
Octal 110 41 332
Decimal 72 33 218
Hex 48 21 DA

RGB Percentages of Color #4821da

%22.29
%10.22
%67.49

CMYK Percentages of Color #4821da

%67
%85
%0
%15

Triadic Colors of #4821da

#4821da #da4821 #21da48

Analogous Colors of #4821da

#4821da #a521da #2156da

Monochromatic Colors of #4821da

#4821da

Complementary Color

#4821da #b3da21

#4821da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4821da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4821da Color CSS Codes

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

#4821da Text Font Color

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

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


#4821da Background Color

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

This div background color is #4821da


#4821da Border Color

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

This div border color is #4821da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4821da


Comments

No comments written yet.

Please login to write comment.