Color Hex Logo

#425073 Color Hex

#425073
(66,80,115)
0 Favorites   0 Comments

Color spaces of #425073

RGB 6680115
HSL0.620.270.35
HSV223°43°45°
CMYK 0.430.300.00   0.55
XYZ8.20998.133417.3568
Yxy8.13340.24360.2413
Hunter Lab28.51911.4770-16.1206
CIE-Lab34.25924.3881-21.7888

#425073 color RGB value is (66,80,115).

#425073 hex color red value is 66, green value is 80 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #425073 hue: 0.62 , saturation: 0.27 and the lightness value of 425073 is 0.35.

The process color (four color CMYK) of #425073 color hex is 0.43, 0.30, 0.00, 0.55. Web safe color of #425073 is #336666. Color #425073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 01110011
Octal 102 120 163
Decimal 66 80 115
Hex 42 50 73

RGB Percentages of Color #425073

%25.29
%30.65
%44.06

CMYK Percentages of Color #425073

%43
%30
%0
%55

Triadic Colors of #425073

#425073 #734250 #507342

Analogous Colors of #425073

#425073 #4d4273 #426973

Monochromatic Colors of #425073

#425073

Complementary Color

#425073 #736542

#425073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425073 Color CSS Codes

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

#425073 Text Font Color

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

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


#425073 Background Color

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

This div background color is #425073


#425073 Border Color

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

This div border color is #425073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,80,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425073;
  -webkit-box-shadow: 1px 1px 3px 2px #425073;
  box-shadow:         1px 1px 3px 2px #425073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425073


Comments

No comments written yet.

Please login to write comment.