Color Hex Logo

#8f2ada Color Hex

#8F2ADA
(143,42,218)
0 Favorites   0 Comments

Color spaces of #8f2ada

RGB 14342218
HSL0.760.700.51
HSV274°81°85°
CMYK 0.340.810.00   0.15
XYZ24.810512.557567.4459
Yxy12.55750.23670.1198
Hunter Lab35.436662.9607-88.0402
CIE-Lab42.088869.1650-70.3354

#8f2ada color RGB value is (143,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101010 11011010
Octal 217 52 332
Decimal 143 42 218
Hex 8F 2A DA

RGB Percentages of Color #8f2ada

%35.48
%10.42
%54.09

CMYK Percentages of Color #8f2ada

%34
%81
%0
%15

Triadic Colors of #8f2ada

#8f2ada #da8f2a #2ada8f

Analogous Colors of #8f2ada

#8f2ada #da2acd #372ada

Monochromatic Colors of #8f2ada

#8f2ada

Complementary Color

#8f2ada #75da2a

#8f2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f2ada Color CSS Codes

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

#8f2ada Text Font Color

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

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


#8f2ada Background Color

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

This div background color is #8f2ada


#8f2ada Border Color

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

This div border color is #8f2ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f2ada


Comments

No comments written yet.

Please login to write comment.