Color Hex Logo

#8c75ce Color Hex

#8C75CE
(140,117,206)
0 Favorites   0 Comments

Color spaces of #8c75ce

RGB 140117206
HSL0.710.480.63
HSV256°43°81°
CMYK 0.320.430.00   0.19
XYZ28.317122.754361.2921
Yxy22.75430.25200.2025
Hunter Lab47.701522.4857-42.7913
CIE-Lab54.818428.6923-43.0366

#8c75ce color RGB value is (140,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110101 11001110
Octal 214 165 316
Decimal 140 117 206
Hex 8C 75 CE

RGB Percentages of Color #8c75ce

%30.24
%25.27
%44.49

CMYK Percentages of Color #8c75ce

%32
%43
%0
%19

Triadic Colors of #8c75ce

#8c75ce #ce8c75 #75ce8c

Analogous Colors of #8c75ce

#8c75ce #b975ce #758bce

Monochromatic Colors of #8c75ce

#8c75ce

Complementary Color

#8c75ce #b7ce75

#8c75ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c75ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c75ce Color CSS Codes

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

#8c75ce Text Font Color

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

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


#8c75ce Background Color

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

This div background color is #8c75ce


#8c75ce Border Color

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

This div border color is #8c75ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,117,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c75ce


Comments

No comments written yet.

Please login to write comment.