Color Hex Logo

#421edb Color Hex

#421EDB
(66,30,219)
0 Favorites   0 Comments

Color spaces of #421edb

RGB 6630219
HSL0.700.760.49
HSV251°86°86°
CMYK 0.700.860.00   0.14
XYZ15.49727.201367.5910
Yxy7.20130.17160.0798
Hunter Lab26.835256.1211-130.5515
CIE-Lab32.260865.1335-87.4023

#421edb color RGB value is (66,30,219).

#421edb hex color red value is 66, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #421edb hue: 0.70 , saturation: 0.76 and the lightness value of 421edb is 0.49.

The process color (four color CMYK) of #421edb color hex is 0.70, 0.86, 0.00, 0.14. Web safe color of #421edb is #3333cc. Color #421edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011110 11011011
Octal 102 36 333
Decimal 66 30 219
Hex 42 1E DB

RGB Percentages of Color #421edb

%20.95
%9.52
%69.52

CMYK Percentages of Color #421edb

%70
%86
%0
%14

Triadic Colors of #421edb

#421edb #db421e #1edb42

Analogous Colors of #421edb

#421edb #a11edb #1e58db

Monochromatic Colors of #421edb

#421edb

Complementary Color

#421edb #b7db1e

#421edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#421edb Color CSS Codes

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

#421edb Text Font Color

<p style="color:#421edb">Text here</p>

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


#421edb Background Color

<div style="background-color:#421edb">
Div content here</div>

This div background color is #421edb


#421edb Border Color

<div style="border:3px solid #421edb">
Div here</div>

This div border color is #421edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,30,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421edb;
  -webkit-box-shadow: 1px 1px 3px 2px #421edb;
  box-shadow:         1px 1px 3px 2px #421edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,30,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 #421edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421edb


Comments

No comments written yet.

Please login to write comment.