Color Hex Logo

#419dec Color Hex

#419DEC
(65,157,236)
0 Favorites   0 Comments

Color spaces of #419dec

RGB 65157236
HSL0.580.820.59
HSV208°72°93°
CMYK 0.720.330.00   0.07
XYZ29.377331.293983.8489
Yxy31.29390.20330.2165
Hunter Lab55.9410-4.1577-49.7101
CIE-Lab62.7550-1.4005-47.5353

#419dec color RGB value is (65,157,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 11101100
Octal 101 235 354
Decimal 65 157 236
Hex 41 9D EC

RGB Percentages of Color #419dec

%14.19
%34.28
%51.53

CMYK Percentages of Color #419dec

%72
%33
%0
%7

Triadic Colors of #419dec

#419dec #ec419d #9dec41

Analogous Colors of #419dec

#419dec #4148ec #41ece6

Monochromatic Colors of #419dec

#419dec

Complementary Color

#419dec #ec9041

#419dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#419dec Color CSS Codes

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

#419dec Text Font Color

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

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


#419dec Background Color

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

This div background color is #419dec


#419dec Border Color

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

This div border color is #419dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419dec


Comments

No comments written yet.

Please login to write comment.