Color Hex Logo

#4900dd Color Hex

#4900DD
(73,0,221)
0 Favorites   0 Comments

Color spaces of #4900dd

RGB 730221
HSL0.721.000.43
HSV260°100°87°
CMYK 0.671.000.00   0.13
XYZ15.79886.636968.8550
Yxy6.63690.17310.0727
Hunter Lab25.762264.3823-140.4318
CIE-Lab30.965672.4772-90.6925

#4900dd color RGB value is (73,0,221).

#4900dd hex color red value is 73, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4900dd hue: 0.72 , saturation: 1.00 and the lightness value of 4900dd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000000 11011101
Octal 111 0 335
Decimal 73 0 221
Hex 49 0 DD

RGB Percentages of Color #4900dd

%24.83
%0.00
%75.17

CMYK Percentages of Color #4900dd

%67
%100
%0
%13

Triadic Colors of #4900dd

#4900dd #dd4900 #00dd49

Analogous Colors of #4900dd

#4900dd #b800dd #0025dd

Monochromatic Colors of #4900dd

#4900dd

Complementary Color

#4900dd #94dd00

#4900dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4900dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4900dd Color CSS Codes

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

#4900dd Text Font Color

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

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


#4900dd Background Color

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

This div background color is #4900dd


#4900dd Border Color

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

This div border color is #4900dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,0,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 #4900dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4900dd


Comments

No comments written yet.

Please login to write comment.