Color Hex Logo

#427abb Color Hex

#427ABB
(66,122,187)
0 Favorites   0 Comments

Color spaces of #427abb

RGB 66122187
HSL0.590.480.50
HSV212°65°73°
CMYK 0.650.350.00   0.27
XYZ18.175918.665249.6585
Yxy18.66520.21010.2158
Hunter Lab43.2032-0.5095-37.9066
CIE-Lab50.29322.3176-39.6496

#427abb color RGB value is (66,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111010 10111011
Octal 102 172 273
Decimal 66 122 187
Hex 42 7A BB

RGB Percentages of Color #427abb

%17.60
%32.53
%49.87

CMYK Percentages of Color #427abb

%65
%35
%0
%27

Triadic Colors of #427abb

#427abb #bb427a #7abb42

Analogous Colors of #427abb

#427abb #4642bb #42b7bb

Monochromatic Colors of #427abb

#427abb

Complementary Color

#427abb #bb8342

#427abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427abb Color CSS Codes

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

#427abb Text Font Color

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

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


#427abb Background Color

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

This div background color is #427abb


#427abb Border Color

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

This div border color is #427abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427abb


Comments

No comments written yet.

Please login to write comment.