Color Hex Logo

#419dca Color Hex

#419DCA
(65,157,202)
0 Favorites   0 Comments

Color spaces of #419dca

RGB 65157202
HSL0.550.560.52
HSV200°68°79°
CMYK 0.680.220.00   0.21
XYZ24.897629.502060.2593
Yxy29.50200.21710.2573
Hunter Lab54.3157-13.2306-27.7568
CIE-Lab61.2221-12.9328-31.0627

#419dca color RGB value is (65,157,202).

#419dca hex color red value is 65, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #419dca hue: 0.55 , saturation: 0.56 and the lightness value of 419dca is 0.52.

The process color (four color CMYK) of #419dca color hex is 0.68, 0.22, 0.00, 0.21. Web safe color of #419dca is #3399cc. Color #419dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 11001010
Octal 101 235 312
Decimal 65 157 202
Hex 41 9D CA

RGB Percentages of Color #419dca

%15.33
%37.03
%47.64

CMYK Percentages of Color #419dca

%68
%22
%0
%21

Triadic Colors of #419dca

#419dca #ca419d #9dca41

Analogous Colors of #419dca

#419dca #4158ca #41cab3

Monochromatic Colors of #419dca

#419dca

Complementary Color

#419dca #ca6e41

#419dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#419dca Color CSS Codes

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

#419dca Text Font Color

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

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


#419dca Background Color

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

This div background color is #419dca


#419dca Border Color

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

This div border color is #419dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419dca


Comments

No comments written yet.

Please login to write comment.