Color Hex Logo

#451cae Color Hex

#451CAE
(69,28,174)
0 Favorites   0 Comments

Color spaces of #451cae

RGB 6928174
HSL0.710.720.40
HSV257°84°68°
CMYK 0.600.840.00   0.32
XYZ10.50955.151740.4849
Yxy5.15170.18720.0918
Hunter Lab22.697442.9300-89.8664
CIE-Lab27.162753.9393-69.3978

#451cae color RGB value is (69,28,174).

#451cae hex color red value is 69, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #451cae hue: 0.71 , saturation: 0.72 and the lightness value of 451cae is 0.40.

The process color (four color CMYK) of #451cae color hex is 0.60, 0.84, 0.00, 0.32. Web safe color of #451cae is #333399. Color #451cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00011100 10101110
Octal 105 34 256
Decimal 69 28 174
Hex 45 1C AE

RGB Percentages of Color #451cae

%25.46
%10.33
%64.21

CMYK Percentages of Color #451cae

%60
%84
%0
%32

Triadic Colors of #451cae

#451cae #ae451c #1cae45

Analogous Colors of #451cae

#451cae #8e1cae #1c3cae

Monochromatic Colors of #451cae

#451cae

Complementary Color

#451cae #85ae1c

#451cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#451cae Color CSS Codes

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

#451cae Text Font Color

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

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


#451cae Background Color

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

This div background color is #451cae


#451cae Border Color

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

This div border color is #451cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,28,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #451cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #451cae;
  -webkit-box-shadow: 1px 1px 3px 2px #451cae;
  box-shadow:         1px 1px 3px 2px #451cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451cae


Comments

No comments written yet.

Please login to write comment.