Color Hex Logo

#8f7ecf Color Hex

#8F7ECF
(143,126,207)
0 Favorites   0 Comments

Color spaces of #8f7ecf

RGB 143126207
HSL0.700.460.65
HSV253°39°81°
CMYK 0.310.390.00   0.19
XYZ30.051025.266362.3245
Yxy25.26630.25540.2148
Hunter Lab50.265618.7504-38.3280
CIE-Lab57.334024.5305-39.6213

#8f7ecf color RGB value is (143,126,207).

#8f7ecf hex color red value is 143, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8f7ecf hue: 0.70 , saturation: 0.46 and the lightness value of 8f7ecf is 0.65.

The process color (four color CMYK) of #8f7ecf color hex is 0.31, 0.39, 0.00, 0.19. Web safe color of #8f7ecf is #9966cc. Color #8f7ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111110 11001111
Octal 217 176 317
Decimal 143 126 207
Hex 8F 7E CF

RGB Percentages of Color #8f7ecf

%30.04
%26.47
%43.49

CMYK Percentages of Color #8f7ecf

%31
%39
%0
%19

Triadic Colors of #8f7ecf

#8f7ecf #cf8f7e #7ecf8f

Analogous Colors of #8f7ecf

#8f7ecf #b87ecf #7e96cf

Monochromatic Colors of #8f7ecf

#8f7ecf

Complementary Color

#8f7ecf #becf7e

#8f7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f7ecf Color CSS Codes

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

#8f7ecf Text Font Color

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

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


#8f7ecf Background Color

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

This div background color is #8f7ecf


#8f7ecf Border Color

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

This div border color is #8f7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f7ecf


Comments

No comments written yet.

Please login to write comment.