Color Hex Logo

#427bde Color Hex

#427BDE
(66,123,222)
0 Favorites   0 Comments

Color spaces of #427bde

RGB 66123222
HSL0.610.700.56
HSV218°70°87°
CMYK 0.700.450.00   0.13
XYZ22.514520.598171.8964
Yxy20.59810.19580.1791
Hunter Lab45.38519.1257-62.1541
CIE-Lab52.506814.0819-56.0437

#427bde color RGB value is (66,123,222).

#427bde hex color red value is 66, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #427bde hue: 0.61 , saturation: 0.70 and the lightness value of 427bde is 0.56.

The process color (four color CMYK) of #427bde color hex is 0.70, 0.45, 0.00, 0.13. Web safe color of #427bde is #3366cc. Color #427bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11011110
Octal 102 173 336
Decimal 66 123 222
Hex 42 7B DE

RGB Percentages of Color #427bde

%16.06
%29.93
%54.01

CMYK Percentages of Color #427bde

%70
%45
%0
%13

Triadic Colors of #427bde

#427bde #de427b #7bde42

Analogous Colors of #427bde

#427bde #5742de #42c9de

Monochromatic Colors of #427bde

#427bde

Complementary Color

#427bde #dea542

#427bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bde Color CSS Codes

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

#427bde Text Font Color

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

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


#427bde Background Color

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

This div background color is #427bde


#427bde Border Color

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

This div border color is #427bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bde


Comments

No comments written yet.

Please login to write comment.