Color Hex Logo

#452896 Color Hex

#452896
(69,40,150)
0 Favorites   0 Comments

Color spaces of #452896

RGB 6940150
HSL0.710.580.37
HSV256°73°59°
CMYK 0.540.730.00   0.41
XYZ8.71814.984829.3568
Yxy4.98480.20250.1158
Hunter Lab22.326730.6289-62.3303
CIE-Lab26.691441.4773-55.5992

#452896 color RGB value is (69,40,150).

#452896 hex color red value is 69, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #452896 hue: 0.71 , saturation: 0.58 and the lightness value of 452896 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00101000 10010110
Octal 105 50 226
Decimal 69 40 150
Hex 45 28 96

RGB Percentages of Color #452896

%26.64
%15.44
%57.92

CMYK Percentages of Color #452896

%54
%73
%0
%41

Triadic Colors of #452896

#452896 #964528 #289645

Analogous Colors of #452896

#452896 #7c2896 #284296

Monochromatic Colors of #452896

#452896

Complementary Color

#452896 #799628

#452896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#452896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#452896 Color CSS Codes

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

#452896 Text Font Color

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

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


#452896 Background Color

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

This div background color is #452896


#452896 Border Color

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

This div border color is #452896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #452896


Comments

No comments written yet.

Please login to write comment.