Color Hex Logo

#425387 Color Hex

#425387
(66,83,135)
0 Favorites   0 Comments

Color spaces of #425387

RGB 6683135
HSL0.630.340.39
HSV225°51°53°
CMYK 0.510.390.00   0.47
XYZ9.71329.094024.1651
Yxy9.09400.22600.2116
Hunter Lab30.15634.7206-26.4014
CIE-Lab36.16478.9166-31.1504

#425387 color RGB value is (66,83,135).

#425387 hex color red value is 66, green value is 83 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #425387 hue: 0.63 , saturation: 0.34 and the lightness value of 425387 is 0.39.

The process color (four color CMYK) of #425387 color hex is 0.51, 0.39, 0.00, 0.47. Web safe color of #425387 is #336699. Color #425387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 10000111
Octal 102 123 207
Decimal 66 83 135
Hex 42 53 87

RGB Percentages of Color #425387

%23.24
%29.23
%47.54

CMYK Percentages of Color #425387

%51
%39
%0
%47

Triadic Colors of #425387

#425387 #874253 #538742

Analogous Colors of #425387

#425387 #544287 #427687

Monochromatic Colors of #425387

#425387

Complementary Color

#425387 #877642

#425387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425387 Color CSS Codes

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

#425387 Text Font Color

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

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


#425387 Background Color

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

This div background color is #425387


#425387 Border Color

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

This div border color is #425387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425387


Comments

No comments written yet.

Please login to write comment.