Color Hex Logo

#6e2387 Color Hex

#6E2387
(110,35,135)
0 Favorites   0 Comments

Color spaces of #6e2387

RGB 11035135
HSL0.790.590.33
HSV285°74°53°
CMYK 0.190.740.00   0.47
XYZ11.40466.266323.5301
Yxy6.26630.27680.1521
Hunter Lab25.032637.5159-38.2086
CIE-Lab30.074648.0162-40.5803

#6e2387 color RGB value is (110,35,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100011 10000111
Octal 156 43 207
Decimal 110 35 135
Hex 6E 23 87

RGB Percentages of Color #6e2387

%39.29
%12.50
%48.21

CMYK Percentages of Color #6e2387

%19
%74
%0
%47

Triadic Colors of #6e2387

#6e2387 #876e23 #23876e

Analogous Colors of #6e2387

#6e2387 #87236e #3c2387

Monochromatic Colors of #6e2387

#6e2387

Complementary Color

#6e2387 #3c8723

#6e2387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2387 Color CSS Codes

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

#6e2387 Text Font Color

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

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


#6e2387 Background Color

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

This div background color is #6e2387


#6e2387 Border Color

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

This div border color is #6e2387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2387


Comments

No comments written yet.

Please login to write comment.