Color Hex Logo

#425270 Color Hex

#425270
(66,82,112)
0 Favorites   0 Comments

Color spaces of #425270

RGB 6682112
HSL0.610.260.35
HSV219°41°44°
CMYK 0.410.270.00   0.56
XYZ8.18878.362716.5118
Yxy8.36270.24770.2529
Hunter Lab28.9183-0.0619-13.6106
CIE-Lab34.72712.1807-19.1929

#425270 color RGB value is (66,82,112).

#425270 hex color red value is 66, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #425270 hue: 0.61 , saturation: 0.26 and the lightness value of 425270 is 0.35.

The process color (four color CMYK) of #425270 color hex is 0.41, 0.27, 0.00, 0.56. Web safe color of #425270 is #336666. Color #425270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 01110000
Octal 102 122 160
Decimal 66 82 112
Hex 42 52 70

RGB Percentages of Color #425270

%25.38
%31.54
%43.08

CMYK Percentages of Color #425270

%41
%27
%0
%56

Triadic Colors of #425270

#425270 #704252 #527042

Analogous Colors of #425270

#425270 #494270 #426970

Monochromatic Colors of #425270

#425270

Complementary Color

#425270 #706042

#425270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425270 Color CSS Codes

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

#425270 Text Font Color

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

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


#425270 Background Color

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

This div background color is #425270


#425270 Border Color

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

This div border color is #425270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425270


Comments

No comments written yet.

Please login to write comment.