Color Hex Logo

#427bbf Color Hex

#427BBF
(66,123,191)
0 Favorites   0 Comments

Color spaces of #427bbf

RGB 66123191
HSL0.590.490.50
HSV213°65°75°
CMYK 0.650.360.00   0.25
XYZ18.733719.085851.9868
Yxy19.08580.20860.2125
Hunter Lab43.68730.0904-39.9725
CIE-Lab50.78743.1044-41.1668

#427bbf color RGB value is (66,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 10111111
Octal 102 173 277
Decimal 66 123 191
Hex 42 7B BF

RGB Percentages of Color #427bbf

%17.37
%32.37
%50.26

CMYK Percentages of Color #427bbf

%65
%36
%0
%25

Triadic Colors of #427bbf

#427bbf #bf427b #7bbf42

Analogous Colors of #427bbf

#427bbf #4842bf #42babf

Monochromatic Colors of #427bbf

#427bbf

Complementary Color

#427bbf #bf8642

#427bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bbf Color CSS Codes

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

#427bbf Text Font Color

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

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


#427bbf Background Color

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

This div background color is #427bbf


#427bbf Border Color

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

This div border color is #427bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bbf


Comments

No comments written yet.

Please login to write comment.