Color Hex Logo

#454aea Color Hex

#454AEA
(69,74,234)
0 Favorites   0 Comments

Color spaces of #454aea

RGB 6974234
HSL0.660.800.59
HSV238°71°92°
CMYK 0.710.680.00   0.08
XYZ19.754312.103379.1369
Yxy12.10330.17800.1090
Hunter Lab34.789840.4735-110.5150
CIE-Lab41.379848.8454-80.8886

#454aea color RGB value is (69,74,234).

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

The process color (four color CMYK) of #454aea color hex is 0.71, 0.68, 0.00, 0.08. Web safe color of #454aea is #3333ff. Color #454aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001010 11101010
Octal 105 112 352
Decimal 69 74 234
Hex 45 4A EA

RGB Percentages of Color #454aea

%18.30
%19.63
%62.07

CMYK Percentages of Color #454aea

%71
%68
%0
%8

Triadic Colors of #454aea

#454aea #ea454a #4aea45

Analogous Colors of #454aea

#454aea #9345ea #459dea

Monochromatic Colors of #454aea

#454aea

Complementary Color

#454aea #eae545

#454aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#454aea Color CSS Codes

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

#454aea Text Font Color

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

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


#454aea Background Color

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

This div background color is #454aea


#454aea Border Color

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

This div border color is #454aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454aea


Comments

No comments written yet.

Please login to write comment.