Color Hex Logo

#4d22db Color Hex

#4D22DB
(77,34,219)
0 Favorites   0 Comments

Color spaces of #4d22db

RGB 7734219
HSL0.710.730.50
HSV254°84°86°
CMYK 0.650.840.00   0.14
XYZ16.41887.836367.6650
Yxy7.83630.17860.0853
Hunter Lab27.993455.7061-123.7191
CIE-Lab33.639664.5014-85.0874

#4d22db color RGB value is (77,34,219).

#4d22db hex color red value is 77, green value is 34 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4d22db hue: 0.71 , saturation: 0.73 and the lightness value of 4d22db is 0.50.

The process color (four color CMYK) of #4d22db color hex is 0.65, 0.84, 0.00, 0.14. Web safe color of #4d22db is #6633cc. Color #4d22db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100010 11011011
Octal 115 42 333
Decimal 77 34 219
Hex 4D 22 DB

RGB Percentages of Color #4d22db

%23.33
%10.30
%66.36

CMYK Percentages of Color #4d22db

%65
%84
%0
%14

Triadic Colors of #4d22db

#4d22db #db4d22 #22db4d

Analogous Colors of #4d22db

#4d22db #aa22db #2253db

Monochromatic Colors of #4d22db

#4d22db

Complementary Color

#4d22db #b0db22

#4d22db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d22db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d22db Color CSS Codes

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

#4d22db Text Font Color

<p style="color:#4d22db">Text here</p>

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


#4d22db Background Color

<div style="background-color:#4d22db">
Div content here</div>

This div background color is #4d22db


#4d22db Border Color

<div style="border:3px solid #4d22db">
Div here</div>

This div border color is #4d22db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,34,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d22db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d22db;
  -webkit-box-shadow: 1px 1px 3px 2px #4d22db;
  box-shadow:         1px 1px 3px 2px #4d22db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d22db


Comments

No comments written yet.

Please login to write comment.