Color Hex Logo

#6e32dd Color Hex

#6E32DD
(110,50,221)
0 Favorites   0 Comments

Color spaces of #6e32dd

RGB 11050221
HSL0.730.720.53
HSV261°77°87°
CMYK 0.500.770.00   0.13
XYZ20.622210.816769.4075
Yxy10.81670.20450.1073
Hunter Lab32.888854.3694-102.1018
CIE-Lab39.270062.2149-76.8325

#6e32dd color RGB value is (110,50,221).

#6e32dd hex color red value is 110, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6e32dd hue: 0.73 , saturation: 0.72 and the lightness value of 6e32dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110010 11011101
Octal 156 62 335
Decimal 110 50 221
Hex 6E 32 DD

RGB Percentages of Color #6e32dd

%28.87
%13.12
%58.01

CMYK Percentages of Color #6e32dd

%50
%77
%0
%13

Triadic Colors of #6e32dd

#6e32dd #dd6e32 #32dd6e

Analogous Colors of #6e32dd

#6e32dd #c432dd #324cdd

Monochromatic Colors of #6e32dd

#6e32dd

Complementary Color

#6e32dd #a1dd32

#6e32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e32dd Color CSS Codes

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

#6e32dd Text Font Color

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

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


#6e32dd Background Color

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

This div background color is #6e32dd


#6e32dd Border Color

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

This div border color is #6e32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e32dd


Comments

No comments written yet.

Please login to write comment.