Color Hex Logo

#4802dd Color Hex

#4802DD
(72,2,221)
0 Favorites   0 Comments

Color spaces of #4802dd

RGB 722221
HSL0.720.980.44
HSV259°99°87°
CMYK 0.670.990.00   0.13
XYZ15.74536.641668.8587
Yxy6.64160.17260.0728
Hunter Lab25.771363.9570-140.3779
CIE-Lab30.976772.1188-90.6765

#4802dd color RGB value is (72,2,221).

#4802dd hex color red value is 72, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4802dd hue: 0.72 , saturation: 0.98 and the lightness value of 4802dd is 0.44.

The process color (four color CMYK) of #4802dd color hex is 0.67, 0.99, 0.00, 0.13. Web safe color of #4802dd is #3300cc. Color #4802dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 11011101
Octal 110 2 335
Decimal 72 2 221
Hex 48 2 DD

RGB Percentages of Color #4802dd

%24.41
%0.68
%74.92

CMYK Percentages of Color #4802dd

%67
%99
%0
%13

Triadic Colors of #4802dd

#4802dd #dd4802 #02dd48

Analogous Colors of #4802dd

#4802dd #b602dd #0229dd

Monochromatic Colors of #4802dd

#4802dd

Complementary Color

#4802dd #97dd02

#4802dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4802dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4802dd Color CSS Codes

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

#4802dd Text Font Color

<p style="color:#4802dd">Text here</p>

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


#4802dd Background Color

<div style="background-color:#4802dd">
Div content here</div>

This div background color is #4802dd


#4802dd Border Color

<div style="border:3px solid #4802dd">
Div here</div>

This div border color is #4802dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,2,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4802dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4802dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4802dd;
  box-shadow:         1px 1px 3px 2px #4802dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4802dd


Comments

No comments written yet.

Please login to write comment.