Color Hex Logo

#6d59ed Color Hex

#6D59ED
(109,89,237)
0 Favorites   0 Comments

Color spaces of #6d59ed

RGB 10989237
HSL0.690.800.64
HSV248°62°93°
CMYK 0.540.620.00   0.07
XYZ25.165116.510481.9812
Yxy16.51040.20350.1335
Hunter Lab40.633039.4421-91.1805
CIE-Lab47.637146.7649-72.2292

#6d59ed color RGB value is (109,89,237).

#6d59ed hex color red value is 109, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6d59ed hue: 0.69 , saturation: 0.80 and the lightness value of 6d59ed is 0.64.

The process color (four color CMYK) of #6d59ed color hex is 0.54, 0.62, 0.00, 0.07. Web safe color of #6d59ed is #6666ff. Color #6d59ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01011001 11101101
Octal 155 131 355
Decimal 109 89 237
Hex 6D 59 ED

RGB Percentages of Color #6d59ed

%25.06
%20.46
%54.48

CMYK Percentages of Color #6d59ed

%54
%62
%0
%7

Triadic Colors of #6d59ed

#6d59ed #ed6d59 #59ed6d

Analogous Colors of #6d59ed

#6d59ed #b759ed #598fed

Monochromatic Colors of #6d59ed

#6d59ed

Complementary Color

#6d59ed #d9ed59

#6d59ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d59ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d59ed Color CSS Codes

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

#6d59ed Text Font Color

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

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


#6d59ed Background Color

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

This div background color is #6d59ed


#6d59ed Border Color

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

This div border color is #6d59ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,89,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d59ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d59ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6d59ed;
  box-shadow:         1px 1px 3px 2px #6d59ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,89,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d59ed


Comments

No comments written yet.

Please login to write comment.