Color Hex Logo

#8f7cca Color Hex

#8F7CCA
(143,124,202)
0 Favorites   0 Comments

Color spaces of #8f7cca

RGB 143124202
HSL0.710.420.64
HSV255°39°79°
CMYK 0.290.390.00   0.21
XYZ29.196024.519259.0710
Yxy24.51920.25890.2174
Hunter Lab49.516918.5922-36.0680
CIE-Lab56.603924.4157-37.9386

#8f7cca color RGB value is (143,124,202).

#8f7cca hex color red value is 143, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8f7cca hue: 0.71 , saturation: 0.42 and the lightness value of 8f7cca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111100 11001010
Octal 217 174 312
Decimal 143 124 202
Hex 8F 7C CA

RGB Percentages of Color #8f7cca

%30.49
%26.44
%43.07

CMYK Percentages of Color #8f7cca

%29
%39
%0
%21

Triadic Colors of #8f7cca

#8f7cca #ca8f7c #7cca8f

Analogous Colors of #8f7cca

#8f7cca #b67cca #7c90ca

Monochromatic Colors of #8f7cca

#8f7cca

Complementary Color

#8f7cca #b7ca7c

#8f7cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f7cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f7cca Color CSS Codes

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

#8f7cca Text Font Color

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

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


#8f7cca Background Color

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

This div background color is #8f7cca


#8f7cca Border Color

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

This div border color is #8f7cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f7cca


Comments

No comments written yet.

Please login to write comment.