Color Hex Logo

#453696 Color Hex

#453696
(69,54,150)
0 Favorites   0 Comments

Color spaces of #453696

RGB 6954150
HSL0.690.470.40
HSV249°64°59°
CMYK 0.540.640.00   0.41
XYZ9.27846.105629.5436
Yxy6.10560.20650.1359
Hunter Lab24.709523.7849-53.5926
CIE-Lab29.677333.3377-50.7245

#453696 color RGB value is (69,54,150).

#453696 hex color red value is 69, green value is 54 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #453696 hue: 0.69 , saturation: 0.47 and the lightness value of 453696 is 0.40.

The process color (four color CMYK) of #453696 color hex is 0.54, 0.64, 0.00, 0.41. Web safe color of #453696 is #333399. Color #453696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110110 10010110
Octal 105 66 226
Decimal 69 54 150
Hex 45 36 96

RGB Percentages of Color #453696

%25.27
%19.78
%54.95

CMYK Percentages of Color #453696

%54
%64
%0
%41

Triadic Colors of #453696

#453696 #964536 #369645

Analogous Colors of #453696

#453696 #753696 #365796

Monochromatic Colors of #453696

#453696

Complementary Color

#453696 #879636

#453696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#453696 Color CSS Codes

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

#453696 Text Font Color

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

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


#453696 Background Color

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

This div background color is #453696


#453696 Border Color

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

This div border color is #453696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453696


Comments

No comments written yet.

Please login to write comment.