Color Hex Logo

#6e31da Color Hex

#6E31DA
(110,49,218)
0 Favorites   0 Comments

Color spaces of #6e31da

RGB 11049218
HSL0.730.700.52
HSV262°78°85°
CMYK 0.500.780.00   0.15
XYZ20.183610.573667.3068
Yxy10.57360.20580.1078
Hunter Lab32.517153.8915-99.9619
CIE-Lab38.852861.8678-75.7974

#6e31da color RGB value is (110,49,218).

#6e31da hex color red value is 110, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6e31da hue: 0.73 , saturation: 0.70 and the lightness value of 6e31da is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110001 11011010
Octal 156 61 332
Decimal 110 49 218
Hex 6E 31 DA

RGB Percentages of Color #6e31da

%29.18
%13.00
%57.82

CMYK Percentages of Color #6e31da

%50
%78
%0
%15

Triadic Colors of #6e31da

#6e31da #da6e31 #31da6e

Analogous Colors of #6e31da

#6e31da #c331da #3149da

Monochromatic Colors of #6e31da

#6e31da

Complementary Color

#6e31da #9dda31

#6e31da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e31da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e31da Color CSS Codes

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

#6e31da Text Font Color

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

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


#6e31da Background Color

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

This div background color is #6e31da


#6e31da Border Color

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

This div border color is #6e31da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e31da


Comments

No comments written yet.

Please login to write comment.