Color Hex Logo

#450272 Color Hex

#450272
(69,2,114)
0 Favorites   0 Comments

Color spaces of #450272

RGB 692114
HSL0.770.970.23
HSV276°98°45°
CMYK 0.390.980.00   0.55
XYZ5.51322.523516.1161
Yxy2.52350.22830.1045
Hunter Lab15.885534.1502-49.0307
CIE-Lab18.024646.8918-47.1315

#450272 color RGB value is (69,2,114).

#450272 hex color red value is 69, green value is 2 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #450272 hue: 0.77 , saturation: 0.97 and the lightness value of 450272 is 0.23.

The process color (four color CMYK) of #450272 color hex is 0.39, 0.98, 0.00, 0.55. Web safe color of #450272 is #330066. Color #450272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000010 01110010
Octal 105 2 162
Decimal 69 2 114
Hex 45 2 72

RGB Percentages of Color #450272

%37.30
%1.08
%61.62

CMYK Percentages of Color #450272

%39
%98
%0
%55

Triadic Colors of #450272

#450272 #724502 #027245

Analogous Colors of #450272

#450272 #720267 #0d0272

Monochromatic Colors of #450272

#450272

Complementary Color

#450272 #2f7202

#450272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450272 Color CSS Codes

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

#450272 Text Font Color

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

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


#450272 Background Color

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

This div background color is #450272


#450272 Border Color

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

This div border color is #450272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450272


Comments

No comments written yet.

Please login to write comment.