Color Hex Logo

#6d2ada Color Hex

#6D2ADA
(109,42,218)
0 Favorites   0 Comments

Color spaces of #6d2ada

RGB 10942218
HSL0.730.700.51
HSV263°81°85°
CMYK 0.500.810.00   0.15
XYZ19.78959.969167.2109
Yxy9.96910.20410.1028
Hunter Lab31.573956.6238-104.1081
CIE-Lab37.786964.5079-77.5542

#6d2ada color RGB value is (109,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00101010 11011010
Octal 155 52 332
Decimal 109 42 218
Hex 6D 2A DA

RGB Percentages of Color #6d2ada

%29.54
%11.38
%59.08

CMYK Percentages of Color #6d2ada

%50
%81
%0
%15

Triadic Colors of #6d2ada

#6d2ada #da6d2a #2ada6d

Analogous Colors of #6d2ada

#6d2ada #c52ada #2a3fda

Monochromatic Colors of #6d2ada

#6d2ada

Complementary Color

#6d2ada #97da2a

#6d2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2ada Color CSS Codes

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

#6d2ada Text Font Color

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

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


#6d2ada Background Color

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

This div background color is #6d2ada


#6d2ada Border Color

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

This div border color is #6d2ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2ada


Comments

No comments written yet.

Please login to write comment.