Color Hex Logo

#6e42d5 Color Hex

#6E42D5
(110,66,213)
0 Favorites   0 Comments

Color spaces of #6e42d5

RGB 11066213
HSL0.720.640.55
HSV258°69°84°
CMYK 0.480.690.00   0.16
XYZ20.388912.015564.1954
Yxy12.01550.21110.1244
Hunter Lab34.663444.3323-85.5387
CIE-Lab41.240752.5830-69.0135

#6e42d5 color RGB value is (110,66,213).

#6e42d5 hex color red value is 110, green value is 66 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #6e42d5 hue: 0.72 , saturation: 0.64 and the lightness value of 6e42d5 is 0.55.

The process color (four color CMYK) of #6e42d5 color hex is 0.48, 0.69, 0.00, 0.16. Web safe color of #6e42d5 is #6633cc. Color #6e42d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000010 11010101
Octal 156 102 325
Decimal 110 66 213
Hex 6E 42 D5

RGB Percentages of Color #6e42d5

%28.28
%16.97
%54.76

CMYK Percentages of Color #6e42d5

%48
%69
%0
%16

Triadic Colors of #6e42d5

#6e42d5 #d56e42 #42d56e

Analogous Colors of #6e42d5

#6e42d5 #b842d5 #4260d5

Monochromatic Colors of #6e42d5

#6e42d5

Complementary Color

#6e42d5 #a9d542

#6e42d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e42d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e42d5 Color CSS Codes

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

#6e42d5 Text Font Color

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

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


#6e42d5 Background Color

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

This div background color is #6e42d5


#6e42d5 Border Color

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

This div border color is #6e42d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e42d5


Comments

No comments written yet.

Please login to write comment.