Color Hex Logo

#427682 Color Hex

#427682
(66,118,130)
0 Favorites   0 Comments

Color spaces of #427682

RGB 66118130
HSL0.530.330.38
HSV191°49°51°
CMYK 0.490.090.00   0.49
XYZ12.754515.726823.4824
Yxy15.72680.24550.3026
Hunter Lab39.6570-11.9906-7.3479
CIE-Lab46.6140-13.9046-11.9830

#427682 color RGB value is (66,118,130).

#427682 hex color red value is 66, green value is 118 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #427682 hue: 0.53 , saturation: 0.33 and the lightness value of 427682 is 0.38.

The process color (four color CMYK) of #427682 color hex is 0.49, 0.09, 0.00, 0.49. Web safe color of #427682 is #336699. Color #427682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 10000010
Octal 102 166 202
Decimal 66 118 130
Hex 42 76 82

RGB Percentages of Color #427682

%21.02
%37.58
%41.40

CMYK Percentages of Color #427682

%49
%9
%0
%49

Triadic Colors of #427682

#427682 #824276 #768242

Analogous Colors of #427682

#427682 #425682 #42826e

Monochromatic Colors of #427682

#427682

Complementary Color

#427682 #824e42

#427682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427682 Color CSS Codes

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

#427682 Text Font Color

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

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


#427682 Background Color

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

This div background color is #427682


#427682 Border Color

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

This div border color is #427682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427682


Comments

No comments written yet.

Please login to write comment.