Color Hex Logo

#4504db Color Hex

#4504DB
(69,4,219)
0 Favorites   0 Comments

Color spaces of #4504db

RGB 694219
HSL0.720.960.44
HSV258°98°86°
CMYK 0.680.980.00   0.14
XYZ15.28386.466567.4604
Yxy6.46650.17130.0725
Hunter Lab25.429362.7827-139.4875
CIE-Lab30.560271.2045-90.2246

#4504db color RGB value is (69,4,219).

#4504db hex color red value is 69, green value is 4 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4504db hue: 0.72 , saturation: 0.96 and the lightness value of 4504db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000100 11011011
Octal 105 4 333
Decimal 69 4 219
Hex 45 4 DB

RGB Percentages of Color #4504db

%23.63
%1.37
%75.00

CMYK Percentages of Color #4504db

%68
%98
%0
%14

Triadic Colors of #4504db

#4504db #db4504 #04db45

Analogous Colors of #4504db

#4504db #b104db #042fdb

Monochromatic Colors of #4504db

#4504db

Complementary Color

#4504db #9adb04

#4504db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4504db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4504db Color CSS Codes

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

#4504db Text Font Color

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

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


#4504db Background Color

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

This div background color is #4504db


#4504db Border Color

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

This div border color is #4504db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4504db


Comments

No comments written yet.

Please login to write comment.