Color Hex Logo

#6e27a2 Color Hex

#6E27A2
(110,39,162)
0 Favorites   0 Comments

Color spaces of #6e27a2

RGB 11039162
HSL0.760.610.39
HSV275°76°64°
CMYK 0.320.760.00   0.36
XYZ13.67757.374734.8850
Yxy7.37470.24450.1318
Hunter Lab27.156442.3790-57.1542
CIE-Lab32.645152.3377-52.9827

#6e27a2 color RGB value is (110,39,162).

#6e27a2 hex color red value is 110, green value is 39 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #6e27a2 hue: 0.76 , saturation: 0.61 and the lightness value of 6e27a2 is 0.39.

The process color (four color CMYK) of #6e27a2 color hex is 0.32, 0.76, 0.00, 0.36. Web safe color of #6e27a2 is #663399. Color #6e27a2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100111 10100010
Octal 156 47 242
Decimal 110 39 162
Hex 6E 27 A2

RGB Percentages of Color #6e27a2

%35.37
%12.54
%52.09

CMYK Percentages of Color #6e27a2

%32
%76
%0
%36

Triadic Colors of #6e27a2

#6e27a2 #a26e27 #27a26e

Analogous Colors of #6e27a2

#6e27a2 #a22799 #3127a2

Monochromatic Colors of #6e27a2

#6e27a2

Complementary Color

#6e27a2 #5ba227

#6e27a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e27a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e27a2 Color CSS Codes

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

#6e27a2 Text Font Color

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

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


#6e27a2 Background Color

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

This div background color is #6e27a2


#6e27a2 Border Color

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

This div border color is #6e27a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e27a2


Comments

No comments written yet.

Please login to write comment.