Color Hex Logo

#454edb Color Hex

#454EDB
(69,78,219)
0 Favorites   0 Comments

Color spaces of #454edb

RGB 6978219
HSL0.660.680.56
HSV236°68°86°
CMYK 0.680.640.00   0.14
XYZ17.964811.828568.3541
Yxy11.82850.18300.1205
Hunter Lab34.392633.0516-93.7621
CIE-Lab40.942241.5039-73.0741

#454edb color RGB value is (69,78,219).

#454edb hex color red value is 69, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #454edb hue: 0.66 , saturation: 0.68 and the lightness value of 454edb is 0.56.

The process color (four color CMYK) of #454edb color hex is 0.68, 0.64, 0.00, 0.14. Web safe color of #454edb is #3366cc. Color #454edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001110 11011011
Octal 105 116 333
Decimal 69 78 219
Hex 45 4E DB

RGB Percentages of Color #454edb

%18.85
%21.31
%59.84

CMYK Percentages of Color #454edb

%68
%64
%0
%14

Triadic Colors of #454edb

#454edb #db454e #4edb45

Analogous Colors of #454edb

#454edb #8745db #4599db

Monochromatic Colors of #454edb

#454edb

Complementary Color

#454edb #dbd245

#454edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#454edb Color CSS Codes

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

#454edb Text Font Color

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

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


#454edb Background Color

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

This div background color is #454edb


#454edb Border Color

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

This div border color is #454edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454edb


Comments

No comments written yet.

Please login to write comment.