Color Hex Logo

#42828c Color Hex

#42828C
(66,130,140)
0 Favorites   0 Comments

Color spaces of #42828c

RGB 66130140
HSL0.520.360.40
HSV188°53°55°
CMYK 0.530.070.00   0.45
XYZ14.963019.017027.6929
Yxy19.01700.24260.3084
Hunter Lab43.6085-15.0677-7.1253
CIE-Lab50.7071-17.5515-11.7042

#42828c color RGB value is (66,130,140).

#42828c hex color red value is 66, green value is 130 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #42828c hue: 0.52 , saturation: 0.36 and the lightness value of 42828c is 0.40.

The process color (four color CMYK) of #42828c color hex is 0.53, 0.07, 0.00, 0.45. Web safe color of #42828c is #339999. Color #42828c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 10001100
Octal 102 202 214
Decimal 66 130 140
Hex 42 82 8C

RGB Percentages of Color #42828c

%19.64
%38.69
%41.67

CMYK Percentages of Color #42828c

%53
%7
%0
%45

Triadic Colors of #42828c

#42828c #8c4282 #828c42

Analogous Colors of #42828c

#42828c #425d8c #428c71

Monochromatic Colors of #42828c

#42828c

Complementary Color

#42828c #8c4c42

#42828c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42828c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42828c Color CSS Codes

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

#42828c Text Font Color

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

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


#42828c Background Color

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

This div background color is #42828c


#42828c Border Color

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

This div border color is #42828c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,130,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42828c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42828c;
  -webkit-box-shadow: 1px 1px 3px 2px #42828c;
  box-shadow:         1px 1px 3px 2px #42828c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42828c


Comments

No comments written yet.

Please login to write comment.