Color Hex Logo

#41b1df Color Hex

#41B1DF
(65,177,223)
0 Favorites   0 Comments

Color spaces of #41b1df

RGB 65177223
HSL0.550.710.56
HSV197°71°87°
CMYK 0.710.210.00   0.13
XYZ31.221437.895875.4811
Yxy37.89580.21590.2621
Hunter Lab61.5596-17.1987-29.6066
CIE-Lab67.9437-16.8353-32.2760

#41b1df color RGB value is (65,177,223).

#41b1df hex color red value is 65, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #41b1df hue: 0.55 , saturation: 0.71 and the lightness value of 41b1df is 0.56.

The process color (four color CMYK) of #41b1df color hex is 0.71, 0.21, 0.00, 0.13. Web safe color of #41b1df is #3399cc. Color #41b1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10110001 11011111
Octal 101 261 337
Decimal 65 177 223
Hex 41 B1 DF

RGB Percentages of Color #41b1df

%13.98
%38.06
%47.96

CMYK Percentages of Color #41b1df

%71
%21
%0
%13

Triadic Colors of #41b1df

#41b1df #df41b1 #b1df41

Analogous Colors of #41b1df

#41b1df #4162df #41dfbe

Monochromatic Colors of #41b1df

#41b1df

Complementary Color

#41b1df #df6f41

#41b1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41b1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#41b1df Color CSS Codes

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

#41b1df Text Font Color

<p style="color:#41b1df">Text here</p>

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


#41b1df Background Color

<div style="background-color:#41b1df">
Div content here</div>

This div background color is #41b1df


#41b1df Border Color

<div style="border:3px solid #41b1df">
Div here</div>

This div border color is #41b1df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,177,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41b1df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41b1df;
  -webkit-box-shadow: 1px 1px 3px 2px #41b1df;
  box-shadow:         1px 1px 3px 2px #41b1df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41b1df


Comments

No comments written yet.

Please login to write comment.