Color Hex Logo

#454290 Color Hex

#454290
(69,66,144)
0 Favorites   0 Comments

Color spaces of #454290

RGB 6966144
HSL0.670.370.41
HSV242°54°56°
CMYK 0.520.540.00   0.44
XYZ9.43657.175327.2732
Yxy7.17530.21500.1635
Hunter Lab26.786816.0056-41.6160
CIE-Lab32.202723.7528-42.9649

#454290 color RGB value is (69,66,144).

#454290 hex color red value is 69, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #454290 hue: 0.67 , saturation: 0.37 and the lightness value of 454290 is 0.41.

The process color (four color CMYK) of #454290 color hex is 0.52, 0.54, 0.00, 0.44. Web safe color of #454290 is #333399. Color #454290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01000010 10010000
Octal 105 102 220
Decimal 69 66 144
Hex 45 42 90

RGB Percentages of Color #454290

%24.73
%23.66
%51.61

CMYK Percentages of Color #454290

%52
%54
%0
%44

Triadic Colors of #454290

#454290 #904542 #429045

Analogous Colors of #454290

#454290 #6c4290 #426690

Monochromatic Colors of #454290

#454290

Complementary Color

#454290 #8d9042

#454290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#454290 Color CSS Codes

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

#454290 Text Font Color

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

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


#454290 Background Color

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

This div background color is #454290


#454290 Border Color

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

This div border color is #454290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454290


Comments

No comments written yet.

Please login to write comment.