Color Hex Logo

#419cec Color Hex

#419CEC
(65,156,236)
0 Favorites   0 Comments

Color spaces of #419cec

RGB 65156236
HSL0.580.820.59
HSV208°72°93°
CMYK 0.720.340.00   0.07
XYZ29.208830.956983.7927
Yxy30.95690.20290.2150
Hunter Lab55.6389-3.6609-50.3440
CIE-Lab62.4712-0.8251-47.9835

#419cec color RGB value is (65,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 11101100
Octal 101 234 354
Decimal 65 156 236
Hex 41 9C EC

RGB Percentages of Color #419cec

%14.22
%34.14
%51.64

CMYK Percentages of Color #419cec

%72
%34
%0
%7

Triadic Colors of #419cec

#419cec #ec419c #9cec41

Analogous Colors of #419cec

#419cec #4147ec #41ece7

Monochromatic Colors of #419cec

#419cec

Complementary Color

#419cec #ec9141

#419cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cec Color CSS Codes

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

#419cec Text Font Color

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

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


#419cec Background Color

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

This div background color is #419cec


#419cec Border Color

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

This div border color is #419cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,156,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cec


Comments

No comments written yet.

Please login to write comment.