Color Hex Logo

#8f2cda Color Hex

#8F2CDA
(143,44,218)
0 Favorites   0 Comments

Color spaces of #8f2cda

RGB 14344218
HSL0.760.700.51
HSV274°80°85°
CMYK 0.340.800.00   0.15
XYZ24.883312.703067.4701
Yxy12.70300.23690.1209
Hunter Lab35.641362.2493-87.2890
CIE-Lab42.312368.5139-69.9705

#8f2cda color RGB value is (143,44,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101100 11011010
Octal 217 54 332
Decimal 143 44 218
Hex 8F 2C DA

RGB Percentages of Color #8f2cda

%35.31
%10.86
%53.83

CMYK Percentages of Color #8f2cda

%34
%80
%0
%15

Triadic Colors of #8f2cda

#8f2cda #da8f2c #2cda8f

Analogous Colors of #8f2cda

#8f2cda #da2cce #382cda

Monochromatic Colors of #8f2cda

#8f2cda

Complementary Color

#8f2cda #77da2c

#8f2cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f2cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f2cda Color CSS Codes

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

#8f2cda Text Font Color

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

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


#8f2cda Background Color

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

This div background color is #8f2cda


#8f2cda Border Color

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

This div border color is #8f2cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f2cda


Comments

No comments written yet.

Please login to write comment.