Color Hex Logo

#419def Color Hex

#419DEF
(65,157,239)
0 Favorites   0 Comments

Color spaces of #419def

RGB 65157239
HSL0.580.840.60
HSV208°73°94°
CMYK 0.730.340.00   0.06
XYZ29.816931.469886.1641
Yxy31.46980.20220.2134
Hunter Lab56.0980-3.2960-51.7984
CIE-Lab62.9022-0.3574-48.9533

#419def color RGB value is (65,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 11101111
Octal 101 235 357
Decimal 65 157 239
Hex 41 9D EF

RGB Percentages of Color #419def

%14.10
%34.06
%51.84

CMYK Percentages of Color #419def

%73
%34
%0
%6

Triadic Colors of #419def

#419def #ef419d #9def41

Analogous Colors of #419def

#419def #4146ef #41efea

Monochromatic Colors of #419def

#419def

Complementary Color

#419def #ef9341

#419def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419def Color Preview on White Background

Lorem ipsum dolor sit amet.

#419def Color CSS Codes

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

#419def Text Font Color

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

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


#419def Background Color

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

This div background color is #419def


#419def Border Color

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

This div border color is #419def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419def


Comments

No comments written yet.

Please login to write comment.