Color Hex Logo

#8f74cc Color Hex

#8F74CC
(143,116,204)
0 Favorites   0 Comments

Color spaces of #8f74cc

RGB 143116204
HSL0.720.460.63
HSV258°43°80°
CMYK 0.300.430.00   0.20
XYZ28.472222.690160.0057
Yxy22.69010.25610.2041
Hunter Lab47.634123.3345-41.3450
CIE-Lab54.751729.5883-41.9880

#8f74cc color RGB value is (143,116,204).

#8f74cc hex color red value is 143, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8f74cc hue: 0.72 , saturation: 0.46 and the lightness value of 8f74cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110100 11001100
Octal 217 164 314
Decimal 143 116 204
Hex 8F 74 CC

RGB Percentages of Color #8f74cc

%30.89
%25.05
%44.06

CMYK Percentages of Color #8f74cc

%30
%43
%0
%20

Triadic Colors of #8f74cc

#8f74cc #cc8f74 #74cc8f

Analogous Colors of #8f74cc

#8f74cc #bb74cc #7485cc

Monochromatic Colors of #8f74cc

#8f74cc

Complementary Color

#8f74cc #b1cc74

#8f74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f74cc Color CSS Codes

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

#8f74cc Text Font Color

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

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


#8f74cc Background Color

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

This div background color is #8f74cc


#8f74cc Border Color

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

This div border color is #8f74cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f74cc


Comments

No comments written yet.

Please login to write comment.