Color Hex Logo

#427bdb Color Hex

#427BDB
(66,123,219)
0 Favorites   0 Comments

Color spaces of #427bdb

RGB 66123219
HSL0.600.680.56
HSV218°70°86°
CMYK 0.700.440.00   0.14
XYZ22.115920.438669.7973
Yxy20.43860.19680.1819
Hunter Lab45.20918.2048-59.8902
CIE-Lab52.329513.0095-54.6377

#427bdb color RGB value is (66,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11011011
Octal 102 173 333
Decimal 66 123 219
Hex 42 7B DB

RGB Percentages of Color #427bdb

%16.18
%30.15
%53.68

CMYK Percentages of Color #427bdb

%70
%44
%0
%14

Triadic Colors of #427bdb

#427bdb #db427b #7bdb42

Analogous Colors of #427bdb

#427bdb #5542db #42c8db

Monochromatic Colors of #427bdb

#427bdb

Complementary Color

#427bdb #dba242

#427bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bdb Color CSS Codes

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

#427bdb Text Font Color

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

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


#427bdb Background Color

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

This div background color is #427bdb


#427bdb Border Color

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

This div border color is #427bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bdb


Comments

No comments written yet.

Please login to write comment.