Color Hex Logo

#8f3ecc Color Hex

#8F3ECC
(143,62,204)
0 Favorites   0 Comments

Color spaces of #8f3ecc

RGB 14362204
HSL0.760.580.52
HSV274°70°80°
CMYK 0.300.700.00   0.20
XYZ23.949413.644558.4981
Yxy13.64450.24920.1420
Hunter Lab36.938551.0898-68.0385
CIE-Lab43.718758.3989-59.6255

#8f3ecc color RGB value is (143,62,204).

#8f3ecc hex color red value is 143, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8f3ecc hue: 0.76 , saturation: 0.58 and the lightness value of 8f3ecc is 0.52.

The process color (four color CMYK) of #8f3ecc color hex is 0.30, 0.70, 0.00, 0.20. Web safe color of #8f3ecc is #9933cc. Color #8f3ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111110 11001100
Octal 217 76 314
Decimal 143 62 204
Hex 8F 3E CC

RGB Percentages of Color #8f3ecc

%34.96
%15.16
%49.88

CMYK Percentages of Color #8f3ecc

%30
%70
%0
%20

Triadic Colors of #8f3ecc

#8f3ecc #cc8f3e #3ecc8f

Analogous Colors of #8f3ecc

#8f3ecc #cc3ec2 #483ecc

Monochromatic Colors of #8f3ecc

#8f3ecc

Complementary Color

#8f3ecc #7bcc3e

#8f3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3ecc Color CSS Codes

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

#8f3ecc Text Font Color

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

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


#8f3ecc Background Color

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

This div background color is #8f3ecc


#8f3ecc Border Color

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

This div border color is #8f3ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,62,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3ecc


Comments

No comments written yet.

Please login to write comment.