Color Hex Logo

#6f40df Color Hex

#6F40DF
(111,64,223)
0 Favorites   0 Comments

Color spaces of #6f40df

RGB 11164223
HSL0.720.710.56
HSV258°71°87°
CMYK 0.500.710.00   0.13
XYZ21.708212.374071.0563
Yxy12.37400.20650.1177
Hunter Lab35.176748.5965-95.1411
CIE-Lab41.804556.4746-73.8150

#6f40df color RGB value is (111,64,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000000 11011111
Octal 157 100 337
Decimal 111 64 223
Hex 6F 40 DF

RGB Percentages of Color #6f40df

%27.89
%16.08
%56.03

CMYK Percentages of Color #6f40df

%50
%71
%0
%13

Triadic Colors of #6f40df

#6f40df #df6f40 #40df6f

Analogous Colors of #6f40df

#6f40df #bf40df #4060df

Monochromatic Colors of #6f40df

#6f40df

Complementary Color

#6f40df #b0df40

#6f40df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f40df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f40df Color CSS Codes

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

#6f40df Text Font Color

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

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


#6f40df Background Color

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

This div background color is #6f40df


#6f40df Border Color

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

This div border color is #6f40df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f40df


Comments

No comments written yet.

Please login to write comment.