Color Hex Logo

#425272 Color Hex

#425272
(66,82,114)
0 Favorites   0 Comments

Color spaces of #425272

RGB 6682114
HSL0.610.270.35
HSV220°42°45°
CMYK 0.420.280.00   0.55
XYZ8.30138.407717.1049
Yxy8.40770.24550.2486
Hunter Lab28.99600.3599-14.6782
CIE-Lab34.81792.7968-20.2983

#425272 color RGB value is (66,82,114).

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

The process color (four color CMYK) of #425272 color hex is 0.42, 0.28, 0.00, 0.55. Web safe color of #425272 is #336666. Color #425272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 01110010
Octal 102 122 162
Decimal 66 82 114
Hex 42 52 72

RGB Percentages of Color #425272

%25.19
%31.30
%43.51

CMYK Percentages of Color #425272

%42
%28
%0
%55

Triadic Colors of #425272

#425272 #724252 #527242

Analogous Colors of #425272

#425272 #4a4272 #426a72

Monochromatic Colors of #425272

#425272

Complementary Color

#425272 #726242

#425272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425272 Color CSS Codes

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

#425272 Text Font Color

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

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


#425272 Background Color

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

This div background color is #425272


#425272 Border Color

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

This div border color is #425272


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,82,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 #425272">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425272


Comments

No comments written yet.

Please login to write comment.