Color Hex Logo

#452363 Color Hex

#452363
(69,35,99)
0 Favorites   0 Comments

Color spaces of #452363

RGB 693599
HSL0.760.480.26
HSV272°65°39°
CMYK 0.300.650.00   0.61
XYZ5.30743.368112.1748
Yxy3.36810.25450.1615
Hunter Lab18.352419.5045-26.4858
CIE-Lab21.461629.6381-31.7637

#452363 color RGB value is (69,35,99).

#452363 hex color red value is 69, green value is 35 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #452363 hue: 0.76 , saturation: 0.48 and the lightness value of 452363 is 0.26.

The process color (four color CMYK) of #452363 color hex is 0.30, 0.65, 0.00, 0.61. Web safe color of #452363 is #333366. Color #452363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00100011 01100011
Octal 105 43 143
Decimal 69 35 99
Hex 45 23 63

RGB Percentages of Color #452363

%33.99
%17.24
%48.77

CMYK Percentages of Color #452363

%30
%65
%0
%61

Triadic Colors of #452363

#452363 #634523 #236345

Analogous Colors of #452363

#452363 #632361 #252363

Monochromatic Colors of #452363

#452363

Complementary Color

#452363 #416323

#452363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#452363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#452363 Color CSS Codes

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

#452363 Text Font Color

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

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


#452363 Background Color

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

This div background color is #452363


#452363 Border Color

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

This div border color is #452363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #452363


Comments

No comments written yet.

Please login to write comment.