Color Hex Logo

#419acd Color Hex

#419ACD
(65,154,205)
0 Favorites   0 Comments

Color spaces of #419acd

RGB 65154205
HSL0.560.580.53
HSV202°68°80°
CMYK 0.680.250.00   0.20
XYZ24.755028.642861.9815
Yxy28.64280.21460.2482
Hunter Lab53.5190-11.0937-31.2018
CIE-Lab60.4651-10.2816-33.9176

#419acd color RGB value is (65,154,205).

#419acd hex color red value is 65, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #419acd hue: 0.56 , saturation: 0.58 and the lightness value of 419acd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11001101
Octal 101 232 315
Decimal 65 154 205
Hex 41 9A CD

RGB Percentages of Color #419acd

%15.33
%36.32
%48.35

CMYK Percentages of Color #419acd

%68
%25
%0
%20

Triadic Colors of #419acd

#419acd #cd419a #9acd41

Analogous Colors of #419acd

#419acd #4154cd #41cdba

Monochromatic Colors of #419acd

#419acd

Complementary Color

#419acd #cd7441

#419acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#419acd Color CSS Codes

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

#419acd Text Font Color

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

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


#419acd Background Color

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

This div background color is #419acd


#419acd Border Color

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

This div border color is #419acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419acd


Comments

No comments written yet.

Please login to write comment.