Color Hex Logo

#453377 Color Hex

#453377
(69,51,119)
0 Favorites   0 Comments

Color spaces of #453377

RGB 6951119
HSL0.710.400.33
HSV256°57°47°
CMYK 0.420.570.00   0.53
XYZ6.96784.964818.0438
Yxy4.96480.23240.1656
Hunter Lab22.281816.8259-32.4157
CIE-Lab26.634225.4931-36.3475

#453377 color RGB value is (69,51,119).

#453377 hex color red value is 69, green value is 51 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #453377 hue: 0.71 , saturation: 0.40 and the lightness value of 453377 is 0.33.

The process color (four color CMYK) of #453377 color hex is 0.42, 0.57, 0.00, 0.53. Web safe color of #453377 is #333366. Color #453377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110011 01110111
Octal 105 63 167
Decimal 69 51 119
Hex 45 33 77

RGB Percentages of Color #453377

%28.87
%21.34
%49.79

CMYK Percentages of Color #453377

%42
%57
%0
%53

Triadic Colors of #453377

#453377 #774533 #337745

Analogous Colors of #453377

#453377 #673377 #334377

Monochromatic Colors of #453377

#453377

Complementary Color

#453377 #657733

#453377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#453377 Color CSS Codes

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

#453377 Text Font Color

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

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


#453377 Background Color

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

This div background color is #453377


#453377 Border Color

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

This div border color is #453377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453377


Comments

No comments written yet.

Please login to write comment.