Color Hex Logo

#427bbb Color Hex

#427BBB
(66,123,187)
0 Favorites   0 Comments

Color spaces of #427bbb

RGB 66123187
HSL0.590.480.50
HSV212°65°73°
CMYK 0.650.340.00   0.27
XYZ18.299418.912049.6996
Yxy18.91200.21060.2176
Hunter Lab43.4879-0.9924-37.3172
CIE-Lab50.58411.7147-39.1905

#427bbb color RGB value is (66,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 10111011
Octal 102 173 273
Decimal 66 123 187
Hex 42 7B BB

RGB Percentages of Color #427bbb

%17.55
%32.71
%49.73

CMYK Percentages of Color #427bbb

%65
%34
%0
%27

Triadic Colors of #427bbb

#427bbb #bb427b #7bbb42

Analogous Colors of #427bbb

#427bbb #4542bb #42b8bb

Monochromatic Colors of #427bbb

#427bbb

Complementary Color

#427bbb #bb8242

#427bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bbb Color CSS Codes

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

#427bbb Text Font Color

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

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


#427bbb Background Color

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

This div background color is #427bbb


#427bbb Border Color

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

This div border color is #427bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bbb


Comments

No comments written yet.

Please login to write comment.