Color Hex Logo

#419cbc Color Hex

#419CBC
(65,156,188)
0 Favorites   0 Comments

Color spaces of #419cbc

RGB 65156188
HSL0.540.490.50
HSV196°65°74°
CMYK 0.650.170.00   0.26
XYZ23.145528.531651.8642
Yxy28.53160.22350.2756
Hunter Lab53.4150-16.1295-20.1782
CIE-Lab60.3660-16.9304-24.5290

#419cbc color RGB value is (65,156,188).

#419cbc hex color red value is 65, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #419cbc hue: 0.54 , saturation: 0.49 and the lightness value of 419cbc is 0.50.

The process color (four color CMYK) of #419cbc color hex is 0.65, 0.17, 0.00, 0.26. Web safe color of #419cbc is #3399cc. Color #419cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 10111100
Octal 101 234 274
Decimal 65 156 188
Hex 41 9C BC

RGB Percentages of Color #419cbc

%15.89
%38.14
%45.97

CMYK Percentages of Color #419cbc

%65
%17
%0
%26

Triadic Colors of #419cbc

#419cbc #bc419c #9cbc41

Analogous Colors of #419cbc

#419cbc #415fbc #41bc9f

Monochromatic Colors of #419cbc

#419cbc

Complementary Color

#419cbc #bc6141

#419cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cbc Color CSS Codes

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

#419cbc Text Font Color

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

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


#419cbc Background Color

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

This div background color is #419cbc


#419cbc Border Color

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

This div border color is #419cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cbc


Comments

No comments written yet.

Please login to write comment.