Color Hex Logo

#4d0ddb Color Hex

#4D0DDB
(77,13,219)
0 Favorites   0 Comments

Color spaces of #4d0ddb

RGB 7713219
HSL0.720.890.45
HSV259°94°86°
CMYK 0.650.940.00   0.14
XYZ15.99076.980167.5223
Yxy6.98010.17670.0771
Hunter Lab26.419961.8028-133.0358
CIE-Lab31.761670.1549-88.2054

#4d0ddb color RGB value is (77,13,219).

#4d0ddb hex color red value is 77, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4d0ddb hue: 0.72 , saturation: 0.89 and the lightness value of 4d0ddb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001101 11011011
Octal 115 15 333
Decimal 77 13 219
Hex 4D D DB

RGB Percentages of Color #4d0ddb

%24.92
%4.21
%70.87

CMYK Percentages of Color #4d0ddb

%65
%94
%0
%14

Triadic Colors of #4d0ddb

#4d0ddb #db4d0d #0ddb4d

Analogous Colors of #4d0ddb

#4d0ddb #b40ddb #0d34db

Monochromatic Colors of #4d0ddb

#4d0ddb

Complementary Color

#4d0ddb #9bdb0d

#4d0ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0ddb Color CSS Codes

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

#4d0ddb Text Font Color

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

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


#4d0ddb Background Color

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

This div background color is #4d0ddb


#4d0ddb Border Color

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

This div border color is #4d0ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,13,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 #4d0ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0ddb


Comments

No comments written yet.

Please login to write comment.