Color Hex Logo

#4c0adb Color Hex

#4C0ADB
(76,10,219)
0 Favorites   0 Comments

Color spaces of #4c0adb

RGB 7610219
HSL0.720.910.45
HSV259°95°86°
CMYK 0.650.950.00   0.14
XYZ15.87526.868167.5068
Yxy6.86810.17590.0761
Hunter Lab26.207162.2659-134.3802
CIE-Lab31.504770.5957-88.6351

#4c0adb color RGB value is (76,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00001010 11011011
Octal 114 12 333
Decimal 76 10 219
Hex 4C A DB

RGB Percentages of Color #4c0adb

%24.92
%3.28
%71.80

CMYK Percentages of Color #4c0adb

%65
%95
%0
%14

Triadic Colors of #4c0adb

#4c0adb #db4c0a #0adb4c

Analogous Colors of #4c0adb

#4c0adb #b50adb #0a31db

Monochromatic Colors of #4c0adb

#4c0adb

Complementary Color

#4c0adb #99db0a

#4c0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0adb Color CSS Codes

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

#4c0adb Text Font Color

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

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


#4c0adb Background Color

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

This div background color is #4c0adb


#4c0adb Border Color

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

This div border color is #4c0adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0adb


Comments

No comments written yet.

Please login to write comment.