Color Hex Logo

#6e4dd4 Color Hex

#6E4DD4
(110,77,212)
0 Favorites   0 Comments

Color spaces of #6e4dd4

RGB 11077212
HSL0.710.610.57
HSV255°64°83°
CMYK 0.480.640.00   0.17
XYZ20.968013.376263.7641
Yxy13.37620.21370.1363
Hunter Lab36.573538.3325-77.7678
CIE-Lab43.324746.4078-65.0441

#6e4dd4 color RGB value is (110,77,212).

#6e4dd4 hex color red value is 110, green value is 77 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #6e4dd4 hue: 0.71 , saturation: 0.61 and the lightness value of 6e4dd4 is 0.57.

The process color (four color CMYK) of #6e4dd4 color hex is 0.48, 0.64, 0.00, 0.17. Web safe color of #6e4dd4 is #6666cc. Color #6e4dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001101 11010100
Octal 156 115 324
Decimal 110 77 212
Hex 6E 4D D4

RGB Percentages of Color #6e4dd4

%27.57
%19.30
%53.13

CMYK Percentages of Color #6e4dd4

%48
%64
%0
%17

Triadic Colors of #6e4dd4

#6e4dd4 #d46e4d #4dd46e

Analogous Colors of #6e4dd4

#6e4dd4 #b24dd4 #4d70d4

Monochromatic Colors of #6e4dd4

#6e4dd4

Complementary Color

#6e4dd4 #b3d44d

#6e4dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e4dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e4dd4 Color CSS Codes

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

#6e4dd4 Text Font Color

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

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


#6e4dd4 Background Color

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

This div background color is #6e4dd4


#6e4dd4 Border Color

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

This div border color is #6e4dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e4dd4


Comments

No comments written yet.

Please login to write comment.