Color Hex Logo

#8c75eb Color Hex

#8C75EB
(140,117,235)
0 Favorites   0 Comments

Color spaces of #8c75eb

RGB 140117235
HSL0.700.750.69
HSV252°50°92°
CMYK 0.400.500.00   0.08
XYZ32.171924.296281.5913
Yxy24.29620.23300.1760
Hunter Lab49.291230.2458-63.6385
CIE-Lab56.383136.4609-56.8609

#8c75eb color RGB value is (140,117,235).

#8c75eb hex color red value is 140, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8c75eb hue: 0.70 , saturation: 0.75 and the lightness value of 8c75eb is 0.69.

The process color (four color CMYK) of #8c75eb color hex is 0.40, 0.50, 0.00, 0.08. Web safe color of #8c75eb is #9966ff. Color #8c75eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110101 11101011
Octal 214 165 353
Decimal 140 117 235
Hex 8C 75 EB

RGB Percentages of Color #8c75eb

%28.46
%23.78
%47.76

CMYK Percentages of Color #8c75eb

%40
%50
%0
%8

Triadic Colors of #8c75eb

#8c75eb #eb8c75 #75eb8c

Analogous Colors of #8c75eb

#8c75eb #c775eb #7599eb

Monochromatic Colors of #8c75eb

#8c75eb

Complementary Color

#8c75eb #d4eb75

#8c75eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c75eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c75eb Color CSS Codes

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

#8c75eb Text Font Color

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

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


#8c75eb Background Color

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

This div background color is #8c75eb


#8c75eb Border Color

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

This div border color is #8c75eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c75eb


Comments

No comments written yet.

Please login to write comment.