Color Hex Logo

#6e5bdd Color Hex

#6E5BDD
(110,91,221)
0 Favorites   0 Comments

Color spaces of #6e5bdd

RGB 11091221
HSL0.690.660.61
HSV249°59°87°
CMYK 0.500.590.00   0.13
XYZ23.222616.017670.2744
Yxy16.01760.21210.1463
Hunter Lab40.022033.5354-76.0916
CIE-Lab46.997641.0385-64.2227

#6e5bdd color RGB value is (110,91,221).

#6e5bdd hex color red value is 110, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6e5bdd hue: 0.69 , saturation: 0.66 and the lightness value of 6e5bdd is 0.61.

The process color (four color CMYK) of #6e5bdd color hex is 0.50, 0.59, 0.00, 0.13. Web safe color of #6e5bdd is #6666cc. Color #6e5bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011011 11011101
Octal 156 133 335
Decimal 110 91 221
Hex 6E 5B DD

RGB Percentages of Color #6e5bdd

%26.07
%21.56
%52.37

CMYK Percentages of Color #6e5bdd

%50
%59
%0
%13

Triadic Colors of #6e5bdd

#6e5bdd #dd6e5b #5bdd6e

Analogous Colors of #6e5bdd

#6e5bdd #af5bdd #5b89dd

Monochromatic Colors of #6e5bdd

#6e5bdd

Complementary Color

#6e5bdd #cadd5b

#6e5bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5bdd Color CSS Codes

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

#6e5bdd Text Font Color

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

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


#6e5bdd Background Color

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

This div background color is #6e5bdd


#6e5bdd Border Color

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

This div border color is #6e5bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5bdd


Comments

No comments written yet.

Please login to write comment.