Color Hex Logo

#454ad1 Color Hex

#454AD1
(69,74,209)
0 Favorites   0 Comments

Color spaces of #454ad1

RGB 6974209
HSL0.660.600.55
HSV238°67°82°
CMYK 0.670.650.00   0.18
XYZ16.411610.766261.5347
Yxy10.76620.18500.1214
Hunter Lab32.811931.8600-88.2229
CIE-Lab39.183940.5630-70.2101

#454ad1 color RGB value is (69,74,209).

#454ad1 hex color red value is 69, green value is 74 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #454ad1 hue: 0.66 , saturation: 0.60 and the lightness value of 454ad1 is 0.55.

The process color (four color CMYK) of #454ad1 color hex is 0.67, 0.65, 0.00, 0.18. Web safe color of #454ad1 is #3333cc. Color #454ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001010 11010001
Octal 105 112 321
Decimal 69 74 209
Hex 45 4A D1

RGB Percentages of Color #454ad1

%19.60
%21.02
%59.38

CMYK Percentages of Color #454ad1

%67
%65
%0
%18

Triadic Colors of #454ad1

#454ad1 #d1454a #4ad145

Analogous Colors of #454ad1

#454ad1 #8645d1 #4590d1

Monochromatic Colors of #454ad1

#454ad1

Complementary Color

#454ad1 #d1cc45

#454ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#454ad1 Color CSS Codes

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

#454ad1 Text Font Color

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

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


#454ad1 Background Color

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

This div background color is #454ad1


#454ad1 Border Color

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

This div border color is #454ad1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,74,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #454ad1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454ad1


Comments

No comments written yet.

Please login to write comment.