Color Hex Logo

#6e41df Color Hex

#6E41DF
(110,65,223)
0 Favorites   0 Comments

Color spaces of #6e41df

RGB 11065223
HSL0.710.710.56
HSV257°71°87°
CMYK 0.510.710.00   0.13
XYZ21.640012.423371.0694
Yxy12.42330.20580.1182
Hunter Lab35.246747.9098-94.8762
CIE-Lab41.881155.8237-73.6935

#6e41df color RGB value is (110,65,223).

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

The process color (four color CMYK) of #6e41df color hex is 0.51, 0.71, 0.00, 0.13. Web safe color of #6e41df is #6633cc. Color #6e41df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000001 11011111
Octal 156 101 337
Decimal 110 65 223
Hex 6E 41 DF

RGB Percentages of Color #6e41df

%27.64
%16.33
%56.03

CMYK Percentages of Color #6e41df

%51
%71
%0
%13

Triadic Colors of #6e41df

#6e41df #df6e41 #41df6e

Analogous Colors of #6e41df

#6e41df #bd41df #4163df

Monochromatic Colors of #6e41df

#6e41df

Complementary Color

#6e41df #b2df41

#6e41df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e41df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e41df Color CSS Codes

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

#6e41df Text Font Color

<p style="color:#6e41df">Text here</p>

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


#6e41df Background Color

<div style="background-color:#6e41df">
Div content here</div>

This div background color is #6e41df


#6e41df Border Color

<div style="border:3px solid #6e41df">
Div here</div>

This div border color is #6e41df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,65,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 #6e41df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e41df


Comments

No comments written yet.

Please login to write comment.