Color Hex Logo

#8c75cf Color Hex

#8C75CF
(140,117,207)
0 Favorites   0 Comments

Color spaces of #8c75cf

RGB 140117207
HSL0.710.480.64
HSV255°43°81°
CMYK 0.320.430.00   0.19
XYZ28.439022.803061.9340
Yxy22.80300.25130.2015
Hunter Lab47.752522.7388-43.4712
CIE-Lab54.868828.9532-43.5240

#8c75cf color RGB value is (140,117,207).

#8c75cf hex color red value is 140, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8c75cf hue: 0.71 , saturation: 0.48 and the lightness value of 8c75cf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110101 11001111
Octal 214 165 317
Decimal 140 117 207
Hex 8C 75 CF

RGB Percentages of Color #8c75cf

%30.17
%25.22
%44.61

CMYK Percentages of Color #8c75cf

%32
%43
%0
%19

Triadic Colors of #8c75cf

#8c75cf #cf8c75 #75cf8c

Analogous Colors of #8c75cf

#8c75cf #b975cf #758bcf

Monochromatic Colors of #8c75cf

#8c75cf

Complementary Color

#8c75cf #b8cf75

#8c75cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c75cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c75cf Color CSS Codes

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

#8c75cf Text Font Color

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

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


#8c75cf Background Color

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

This div background color is #8c75cf


#8c75cf Border Color

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

This div border color is #8c75cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c75cf


Comments

No comments written yet.

Please login to write comment.