Color Hex Logo

#6f2eee Color Hex

#6F2EEE
(111,46,238)
0 Favorites   0 Comments

Color spaces of #6f2eee

RGB 11146238
HSL0.720.850.56
HSV260°81°93°
CMYK 0.530.810.00   0.07
XYZ22.965211.506581.8995
Yxy11.50650.19730.0989
Hunter Lab33.921261.4851-119.4050
CIE-Lab40.420868.2275-84.6107

#6f2eee color RGB value is (111,46,238).

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

The process color (four color CMYK) of #6f2eee color hex is 0.53, 0.81, 0.00, 0.07. Web safe color of #6f2eee is #6633ff. Color #6f2eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00101110 11101110
Octal 157 56 356
Decimal 111 46 238
Hex 6F 2E EE

RGB Percentages of Color #6f2eee

%28.10
%11.65
%60.25

CMYK Percentages of Color #6f2eee

%53
%81
%0
%7

Triadic Colors of #6f2eee

#6f2eee #ee6f2e #2eee6f

Analogous Colors of #6f2eee

#6f2eee #cf2eee #2e4dee

Monochromatic Colors of #6f2eee

#6f2eee

Complementary Color

#6f2eee #adee2e

#6f2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f2eee Color CSS Codes

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

#6f2eee Text Font Color

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

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


#6f2eee Background Color

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

This div background color is #6f2eee


#6f2eee Border Color

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

This div border color is #6f2eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,46,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f2eee


Comments

No comments written yet.

Please login to write comment.