Color Hex Logo

#42528a Color Hex

#42528A
(66,82,138)
0 Favorites   0 Comments

Color spaces of #42528a

RGB 6682138
HSL0.630.350.40
HSV227°52°54°
CMYK 0.520.410.00   0.46
XYZ9.85159.027825.2681
Yxy9.02780.22320.2045
Hunter Lab30.04635.9451-28.8288
CIE-Lab36.037810.5677-33.1841

#42528a color RGB value is (66,82,138).

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

The process color (four color CMYK) of #42528a color hex is 0.52, 0.41, 0.00, 0.46. Web safe color of #42528a is #336699. Color #42528a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 10001010
Octal 102 122 212
Decimal 66 82 138
Hex 42 52 8A

RGB Percentages of Color #42528a

%23.08
%28.67
%48.25

CMYK Percentages of Color #42528a

%52
%41
%0
%46

Triadic Colors of #42528a

#42528a #8a4252 #528a42

Analogous Colors of #42528a

#42528a #56428a #42768a

Monochromatic Colors of #42528a

#42528a

Complementary Color

#42528a #8a7a42

#42528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42528a Color CSS Codes

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

#42528a Text Font Color

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

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


#42528a Background Color

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

This div background color is #42528a


#42528a Border Color

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

This div border color is #42528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42528a


Comments

No comments written yet.

Please login to write comment.