Color Hex Logo

#419abf Color Hex

#419ABF
(65,154,191)
0 Favorites   0 Comments

Color spaces of #419abf

RGB 65154191
HSL0.550.500.50
HSV198°66°75°
CMYK 0.660.190.00   0.25
XYZ23.139527.996653.4745
Yxy27.99660.22120.2676
Hunter Lab52.9118-14.5337-22.8822
CIE-Lab59.8857-14.8870-26.9573

#419abf color RGB value is (65,154,191).

#419abf hex color red value is 65, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #419abf hue: 0.55 , saturation: 0.50 and the lightness value of 419abf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 10111111
Octal 101 232 277
Decimal 65 154 191
Hex 41 9A BF

RGB Percentages of Color #419abf

%15.85
%37.56
%46.59

CMYK Percentages of Color #419abf

%66
%19
%0
%25

Triadic Colors of #419abf

#419abf #bf419a #9abf41

Analogous Colors of #419abf

#419abf #415bbf #41bfa5

Monochromatic Colors of #419abf

#419abf

Complementary Color

#419abf #bf6641

#419abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#419abf Color CSS Codes

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

#419abf Text Font Color

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

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


#419abf Background Color

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

This div background color is #419abf


#419abf Border Color

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

This div border color is #419abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419abf


Comments

No comments written yet.

Please login to write comment.