Color Hex Logo

#6e1b87 Color Hex

#6E1B87
(110,27,135)
0 Favorites   0 Comments

Color spaces of #6e1b87

RGB 11027135
HSL0.790.670.32
HSV286°80°53°
CMYK 0.190.800.00   0.47
XYZ11.19555.848123.4604
Yxy5.84810.27640.1444
Hunter Lab24.182840.3170-40.5908
CIE-Lab29.026051.0198-42.2698

#6e1b87 color RGB value is (110,27,135).

#6e1b87 hex color red value is 110, green value is 27 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #6e1b87 hue: 0.79 , saturation: 0.67 and the lightness value of 6e1b87 is 0.32.

The process color (four color CMYK) of #6e1b87 color hex is 0.19, 0.80, 0.00, 0.47. Web safe color of #6e1b87 is #663399. Color #6e1b87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011011 10000111
Octal 156 33 207
Decimal 110 27 135
Hex 6E 1B 87

RGB Percentages of Color #6e1b87

%40.44
%9.93
%49.63

CMYK Percentages of Color #6e1b87

%19
%80
%0
%47

Triadic Colors of #6e1b87

#6e1b87 #876e1b #1b876e

Analogous Colors of #6e1b87

#6e1b87 #871b6a #381b87

Monochromatic Colors of #6e1b87

#6e1b87

Complementary Color

#6e1b87 #34871b

#6e1b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1b87 Color CSS Codes

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

#6e1b87 Text Font Color

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

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


#6e1b87 Background Color

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

This div background color is #6e1b87


#6e1b87 Border Color

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

This div border color is #6e1b87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,27,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1b87


Comments

No comments written yet.

Please login to write comment.