Color Hex Logo

#427dce Color Hex

#427DCE
(66,125,206)
0 Favorites   0 Comments

Color spaces of #427dce

RGB 66125206
HSL0.600.590.53
HSV215°68°81°
CMYK 0.680.390.00   0.19
XYZ20.721020.281761.2152
Yxy20.28170.20270.1984
Hunter Lab45.03523.3174-49.0667
CIE-Lab52.15427.1585-47.5608

#427dce color RGB value is (66,125,206).

#427dce hex color red value is 66, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #427dce hue: 0.60 , saturation: 0.59 and the lightness value of 427dce is 0.53.

The process color (four color CMYK) of #427dce color hex is 0.68, 0.39, 0.00, 0.19. Web safe color of #427dce is #3366cc. Color #427dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 11001110
Octal 102 175 316
Decimal 66 125 206
Hex 42 7D CE

RGB Percentages of Color #427dce

%16.62
%31.49
%51.89

CMYK Percentages of Color #427dce

%68
%39
%0
%19

Triadic Colors of #427dce

#427dce #ce427d #7dce42

Analogous Colors of #427dce

#427dce #4d42ce #42c3ce

Monochromatic Colors of #427dce

#427dce

Complementary Color

#427dce #ce9342

#427dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#427dce Color CSS Codes

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

#427dce Text Font Color

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

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


#427dce Background Color

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

This div background color is #427dce


#427dce Border Color

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

This div border color is #427dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427dce


Comments

No comments written yet.

Please login to write comment.