Color Hex Logo

#425678 Color Hex

#425678
(66,86,120)
0 Favorites   0 Comments

Color spaces of #425678

RGB 6686120
HSL0.600.290.36
HSV218°45°47°
CMYK 0.450.280.00   0.53
XYZ8.96479.169919.0668
Yxy9.16990.24100.2465
Hunter Lab30.2818-0.1497-16.1343
CIE-Lab36.30942.1269-21.7043

#425678 color RGB value is (66,86,120).

#425678 hex color red value is 66, green value is 86 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #425678 hue: 0.60 , saturation: 0.29 and the lightness value of 425678 is 0.36.

The process color (four color CMYK) of #425678 color hex is 0.45, 0.28, 0.00, 0.53. Web safe color of #425678 is #336666. Color #425678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 01111000
Octal 102 126 170
Decimal 66 86 120
Hex 42 56 78

RGB Percentages of Color #425678

%24.26
%31.62
%44.12

CMYK Percentages of Color #425678

%45
%28
%0
%53

Triadic Colors of #425678

#425678 #784256 #567842

Analogous Colors of #425678

#425678 #494278 #427178

Monochromatic Colors of #425678

#425678

Complementary Color

#425678 #786442

#425678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425678 Color CSS Codes

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

#425678 Text Font Color

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

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


#425678 Background Color

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

This div background color is #425678


#425678 Border Color

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

This div border color is #425678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425678


Comments

No comments written yet.

Please login to write comment.