Color Hex Logo

#41caf8 Color Hex

#41CAF8
(65,202,248)
0 Favorites   0 Comments

Color spaces of #41caf8

RGB 65202248
HSL0.540.930.61
HSV195°74°97°
CMYK 0.740.190.00   0.03
XYZ40.243850.142296.3643
Yxy50.14220.21550.2685
Hunter Lab70.8112-22.4734-31.1178
CIE-Lab76.1565-21.7720-33.1305

#41caf8 color RGB value is (65,202,248).

#41caf8 hex color red value is 65, green value is 202 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #41caf8 hue: 0.54 , saturation: 0.93 and the lightness value of 41caf8 is 0.61.

The process color (four color CMYK) of #41caf8 color hex is 0.74, 0.19, 0.00, 0.03. Web safe color of #41caf8 is #33ccff. Color #41caf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11111000
Octal 101 312 370
Decimal 65 202 248
Hex 41 CA F8

RGB Percentages of Color #41caf8

%12.62
%39.22
%48.16

CMYK Percentages of Color #41caf8

%74
%19
%0
%3

Triadic Colors of #41caf8

#41caf8 #f841ca #caf841

Analogous Colors of #41caf8

#41caf8 #416ff8 #41f8cb

Monochromatic Colors of #41caf8

#41caf8

Complementary Color

#41caf8 #f86f41

#41caf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caf8 Color CSS Codes

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

#41caf8 Text Font Color

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

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


#41caf8 Background Color

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

This div background color is #41caf8


#41caf8 Border Color

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

This div border color is #41caf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caf8


Comments

No comments written yet.

Please login to write comment.