Color Hex Logo

#4d3adb Color Hex

#4D3ADB
(77,58,219)
0 Favorites   0 Comments

Color spaces of #4d3adb

RGB 7758219
HSL0.690.690.54
HSV247°74°86°
CMYK 0.650.740.00   0.14
XYZ17.35989.718467.9787
Yxy9.71840.18260.1022
Hunter Lab31.174344.8447-107.4656
CIE-Lab37.332253.8064-78.9842

#4d3adb color RGB value is (77,58,219).

#4d3adb hex color red value is 77, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4d3adb hue: 0.69 , saturation: 0.69 and the lightness value of 4d3adb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111010 11011011
Octal 115 72 333
Decimal 77 58 219
Hex 4D 3A DB

RGB Percentages of Color #4d3adb

%21.75
%16.38
%61.86

CMYK Percentages of Color #4d3adb

%65
%74
%0
%14

Triadic Colors of #4d3adb

#4d3adb #db4d3a #3adb4d

Analogous Colors of #4d3adb

#4d3adb #9e3adb #3a78db

Monochromatic Colors of #4d3adb

#4d3adb

Complementary Color

#4d3adb #c8db3a

#4d3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3adb Color CSS Codes

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

#4d3adb Text Font Color

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

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


#4d3adb Background Color

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

This div background color is #4d3adb


#4d3adb Border Color

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

This div border color is #4d3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3adb


Comments

No comments written yet.

Please login to write comment.