Color Hex Logo

#4215db Color Hex

#4215DB
(66,21,219)
0 Favorites   0 Comments

Color spaces of #4215db

RGB 6621219
HSL0.700.830.47
HSV254°90°86°
CMYK 0.700.900.00   0.14
XYZ15.30116.809167.5257
Yxy6.80910.17070.0760
Hunter Lab26.094359.0036-135.1624
CIE-Lab31.368367.8236-88.8862

#4215db color RGB value is (66,21,219).

#4215db hex color red value is 66, green value is 21 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4215db hue: 0.70 , saturation: 0.83 and the lightness value of 4215db is 0.47.

The process color (four color CMYK) of #4215db color hex is 0.70, 0.90, 0.00, 0.14. Web safe color of #4215db is #3300cc. Color #4215db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010101 11011011
Octal 102 25 333
Decimal 66 21 219
Hex 42 15 DB

RGB Percentages of Color #4215db

%21.57
%6.86
%71.57

CMYK Percentages of Color #4215db

%70
%90
%0
%14

Triadic Colors of #4215db

#4215db #db4215 #15db42

Analogous Colors of #4215db

#4215db #a515db #154bdb

Monochromatic Colors of #4215db

#4215db

Complementary Color

#4215db #aedb15

#4215db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4215db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4215db Color CSS Codes

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

#4215db Text Font Color

<p style="color:#4215db">Text here</p>

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


#4215db Background Color

<div style="background-color:#4215db">
Div content here</div>

This div background color is #4215db


#4215db Border Color

<div style="border:3px solid #4215db">
Div here</div>

This div border color is #4215db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4215db


Comments

No comments written yet.

Please login to write comment.