Color Hex Logo

#419cea Color Hex

#419CEA
(65,156,234)
0 Favorites   0 Comments

Color spaces of #419cea

RGB 65156234
HSL0.580.800.59
HSV208°72°92°
CMYK 0.720.330.00   0.08
XYZ28.919730.841382.2706
Yxy30.84130.20360.2171
Hunter Lab55.5349-4.2327-48.9590
CIE-Lab62.3734-1.5205-47.0356

#419cea color RGB value is (65,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 11101010
Octal 101 234 352
Decimal 65 156 234
Hex 41 9C EA

RGB Percentages of Color #419cea

%14.29
%34.29
%51.43

CMYK Percentages of Color #419cea

%72
%33
%0
%8

Triadic Colors of #419cea

#419cea #ea419c #9cea41

Analogous Colors of #419cea

#419cea #4147ea #41eae4

Monochromatic Colors of #419cea

#419cea

Complementary Color

#419cea #ea8f41

#419cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cea Color CSS Codes

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

#419cea Text Font Color

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

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


#419cea Background Color

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

This div background color is #419cea


#419cea Border Color

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

This div border color is #419cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,156,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 #419cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cea


Comments

No comments written yet.

Please login to write comment.