Color Hex Logo

#427799 Color Hex

#427799
(66,119,153)
0 Favorites   0 Comments

Color spaces of #427799

RGB 66119153
HSL0.570.400.43
HSV203°57°60°
CMYK 0.570.220.00   0.40
XYZ14.593416.651832.5820
Yxy16.65180.22860.2609
Hunter Lab40.8066-7.5758-18.7754
CIE-Lab47.8183-7.3412-23.7417

#427799 color RGB value is (66,119,153).

#427799 hex color red value is 66, green value is 119 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #427799 hue: 0.57 , saturation: 0.40 and the lightness value of 427799 is 0.43.

The process color (four color CMYK) of #427799 color hex is 0.57, 0.22, 0.00, 0.40. Web safe color of #427799 is #336699. Color #427799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 10011001
Octal 102 167 231
Decimal 66 119 153
Hex 42 77 99

RGB Percentages of Color #427799

%19.53
%35.21
%45.27

CMYK Percentages of Color #427799

%57
%22
%0
%40

Triadic Colors of #427799

#427799 #994277 #779942

Analogous Colors of #427799

#427799 #424c99 #429990

Monochromatic Colors of #427799

#427799

Complementary Color

#427799 #996442

#427799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427799 Color CSS Codes

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

#427799 Text Font Color

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

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


#427799 Background Color

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

This div background color is #427799


#427799 Border Color

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

This div border color is #427799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427799


Comments

No comments written yet.

Please login to write comment.