Color Hex Logo

#427cea Color Hex

#427CEA
(66,124,234)
0 Favorites   0 Comments

Color spaces of #427cea

RGB 66124234
HSL0.610.800.59
HSV219°72°92°
CMYK 0.720.470.00   0.08
XYZ24.305721.514180.7135
Yxy21.51410.19210.1700
Hunter Lab46.383312.3665-70.7047
CIE-Lab53.507617.7639-61.1649

#427cea color RGB value is (66,124,234).

#427cea hex color red value is 66, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #427cea hue: 0.61 , saturation: 0.80 and the lightness value of 427cea is 0.59.

The process color (four color CMYK) of #427cea color hex is 0.72, 0.47, 0.00, 0.08. Web safe color of #427cea is #3366ff. Color #427cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111100 11101010
Octal 102 174 352
Decimal 66 124 234
Hex 42 7C EA

RGB Percentages of Color #427cea

%15.57
%29.25
%55.19

CMYK Percentages of Color #427cea

%72
%47
%0
%8

Triadic Colors of #427cea

#427cea #ea427c #7cea42

Analogous Colors of #427cea

#427cea #5c42ea #42d0ea

Monochromatic Colors of #427cea

#427cea

Complementary Color

#427cea #eab042

#427cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#427cea Color CSS Codes

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

#427cea Text Font Color

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

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


#427cea Background Color

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

This div background color is #427cea


#427cea Border Color

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

This div border color is #427cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427cea


Comments

No comments written yet.

Please login to write comment.