Color Hex Logo

#425188 Color Hex

#425188
(66,81,136)
0 Favorites   0 Comments

Color spaces of #425188

RGB 6681136
HSL0.630.350.40
HSV227°51°53°
CMYK 0.510.400.00   0.47
XYZ9.63318.820724.4874
Yxy8.82070.22430.2054
Hunter Lab29.69975.9221-28.0949
CIE-Lab35.636810.5476-32.5965

#425188 color RGB value is (66,81,136).

#425188 hex color red value is 66, green value is 81 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #425188 hue: 0.63 , saturation: 0.35 and the lightness value of 425188 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 10001000
Octal 102 121 210
Decimal 66 81 136
Hex 42 51 88

RGB Percentages of Color #425188

%23.32
%28.62
%48.06

CMYK Percentages of Color #425188

%51
%40
%0
%47

Triadic Colors of #425188

#425188 #884251 #518842

Analogous Colors of #425188

#425188 #564288 #427488

Monochromatic Colors of #425188

#425188

Complementary Color

#425188 #887942

#425188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425188 Color CSS Codes

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

#425188 Text Font Color

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

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


#425188 Background Color

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

This div background color is #425188


#425188 Border Color

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

This div border color is #425188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425188


Comments

No comments written yet.

Please login to write comment.