Color Hex Logo

#427fbd Color Hex

#427FBD
(66,127,189)
0 Favorites   0 Comments

Color spaces of #427fbd

RGB 66127189
HSL0.580.480.50
HSV210°65°74°
CMYK 0.650.330.00   0.26
XYZ19.021420.011151.0041
Yxy20.01110.21130.2223
Hunter Lab44.7338-2.3835-36.2870
CIE-Lab51.84980.0074-38.3440

#427fbd color RGB value is (66,127,189).

#427fbd hex color red value is 66, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #427fbd hue: 0.58 , saturation: 0.48 and the lightness value of 427fbd is 0.50.

The process color (four color CMYK) of #427fbd color hex is 0.65, 0.33, 0.00, 0.26. Web safe color of #427fbd is #3366cc. Color #427fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111111 10111101
Octal 102 177 275
Decimal 66 127 189
Hex 42 7F BD

RGB Percentages of Color #427fbd

%17.28
%33.25
%49.48

CMYK Percentages of Color #427fbd

%65
%33
%0
%26

Triadic Colors of #427fbd

#427fbd #bd427f #7fbd42

Analogous Colors of #427fbd

#427fbd #4342bd #42bdbd

Monochromatic Colors of #427fbd

#427fbd

Complementary Color

#427fbd #bd8042

#427fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#427fbd Color CSS Codes

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

#427fbd Text Font Color

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

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


#427fbd Background Color

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

This div background color is #427fbd


#427fbd Border Color

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

This div border color is #427fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,127,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #427fbd;
  box-shadow:         1px 1px 3px 2px #427fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427fbd


Comments

No comments written yet.

Please login to write comment.