Color Hex Logo

#427cbb Color Hex

#427CBB
(66,124,187)
0 Favorites   0 Comments

Color spaces of #427cbb

RGB 66124187
HSL0.590.480.50
HSV211°65°73°
CMYK 0.650.340.00   0.27
XYZ18.424119.161449.7412
Yxy19.16140.21100.2194
Hunter Lab43.7737-1.4745-36.7311
CIE-Lab50.87551.1129-38.7310

#427cbb color RGB value is (66,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111100 10111011
Octal 102 174 273
Decimal 66 124 187
Hex 42 7C BB

RGB Percentages of Color #427cbb

%17.51
%32.89
%49.60

CMYK Percentages of Color #427cbb

%65
%34
%0
%27

Triadic Colors of #427cbb

#427cbb #bb427c #7cbb42

Analogous Colors of #427cbb

#427cbb #4442bb #42b9bb

Monochromatic Colors of #427cbb

#427cbb

Complementary Color

#427cbb #bb8142

#427cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427cbb Color CSS Codes

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

#427cbb Text Font Color

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

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


#427cbb Background Color

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

This div background color is #427cbb


#427cbb Border Color

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

This div border color is #427cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,124,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 #427cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427cbb


Comments

No comments written yet.

Please login to write comment.