Color Hex Logo

#427ba3 Color Hex

#427BA3
(66,123,163)
0 Favorites   0 Comments

Color spaces of #427ba3

RGB 66123163
HSL0.570.420.45
HSV205°60°64°
CMYK 0.600.250.00   0.36
XYZ15.940617.968537.2784
Yxy17.96850.22390.2524
Hunter Lab42.3893-7.0558-22.4689
CIE-Lab49.4579-6.4109-27.0560

#427ba3 color RGB value is (66,123,163).

#427ba3 hex color red value is 66, green value is 123 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #427ba3 hue: 0.57 , saturation: 0.42 and the lightness value of 427ba3 is 0.45.

The process color (four color CMYK) of #427ba3 color hex is 0.60, 0.25, 0.00, 0.36. Web safe color of #427ba3 is #336699. Color #427ba3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 10100011
Octal 102 173 243
Decimal 66 123 163
Hex 42 7B A3

RGB Percentages of Color #427ba3

%18.75
%34.94
%46.31

CMYK Percentages of Color #427ba3

%60
%25
%0
%36

Triadic Colors of #427ba3

#427ba3 #a3427b #7ba342

Analogous Colors of #427ba3

#427ba3 #424aa3 #42a39b

Monochromatic Colors of #427ba3

#427ba3

Complementary Color

#427ba3 #a36a42

#427ba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427ba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427ba3 Color CSS Codes

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

#427ba3 Text Font Color

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

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


#427ba3 Background Color

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

This div background color is #427ba3


#427ba3 Border Color

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

This div border color is #427ba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427ba3


Comments

No comments written yet.

Please login to write comment.