Color Hex Logo

#8c2ada Color Hex

#8C2ADA
(140,42,218)
0 Favorites   0 Comments

Color spaces of #8c2ada

RGB 14042218
HSL0.760.700.51
HSV273°81°85°
CMYK 0.360.810.00   0.15
XYZ24.298112.293367.4219
Yxy12.29330.23360.1182
Hunter Lab35.061862.3437-89.4681
CIE-Lab41.678568.7182-71.0226

#8c2ada color RGB value is (140,42,218).

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

The process color (four color CMYK) of #8c2ada color hex is 0.36, 0.81, 0.00, 0.15. Web safe color of #8c2ada is #9933cc. Color #8c2ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101010 11011010
Octal 214 52 332
Decimal 140 42 218
Hex 8C 2A DA

RGB Percentages of Color #8c2ada

%35.00
%10.50
%54.50

CMYK Percentages of Color #8c2ada

%36
%81
%0
%15

Triadic Colors of #8c2ada

#8c2ada #da8c2a #2ada8c

Analogous Colors of #8c2ada

#8c2ada #da2ad0 #342ada

Monochromatic Colors of #8c2ada

#8c2ada

Complementary Color

#8c2ada #78da2a

#8c2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2ada Color CSS Codes

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

#8c2ada Text Font Color

<p style="color:#8c2ada">Text here</p>

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


#8c2ada Background Color

<div style="background-color:#8c2ada">
Div content here</div>

This div background color is #8c2ada


#8c2ada Border Color

<div style="border:3px solid #8c2ada">
Div here</div>

This div border color is #8c2ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8c2ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2ada


Comments

No comments written yet.

Please login to write comment.