Color Hex Logo

#6e257d Color Hex

#6E257D
(110,37,125)
0 Favorites   0 Comments

Color spaces of #6e257d

RGB 11037125
HSL0.800.540.32
HSV290°70°49°
CMYK 0.120.700.00   0.51
XYZ10.79366.118820.0142
Yxy6.11880.29230.1657
Hunter Lab24.736234.5998-30.6565
CIE-Lab29.710245.1017-34.9056

#6e257d color RGB value is (110,37,125).

#6e257d hex color red value is 110, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6e257d hue: 0.80 , saturation: 0.54 and the lightness value of 6e257d is 0.32.

The process color (four color CMYK) of #6e257d color hex is 0.12, 0.70, 0.00, 0.51. Web safe color of #6e257d is #663366. Color #6e257d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100101 01111101
Octal 156 45 175
Decimal 110 37 125
Hex 6E 25 7D

RGB Percentages of Color #6e257d

%40.44
%13.60
%45.96

CMYK Percentages of Color #6e257d

%12
%70
%0
%51

Triadic Colors of #6e257d

#6e257d #7d6e25 #257d6e

Analogous Colors of #6e257d

#6e257d #7d2560 #42257d

Monochromatic Colors of #6e257d

#6e257d

Complementary Color

#6e257d #347d25

#6e257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e257d Color CSS Codes

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

#6e257d Text Font Color

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

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


#6e257d Background Color

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

This div background color is #6e257d


#6e257d Border Color

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

This div border color is #6e257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e257d


Comments

No comments written yet.

Please login to write comment.