Color Hex Logo

#8c7aeb Color Hex

#8C7AEB
(140,122,235)
0 Favorites   0 Comments

Color spaces of #8c7aeb

RGB 140122235
HSL0.690.740.70
HSV250°48°92°
CMYK 0.400.480.00   0.08
XYZ32.770125.492781.7907
Yxy25.49270.23400.1820
Hunter Lab50.490327.4952-60.7024
CIE-Lab57.552433.5676-54.9929

#8c7aeb color RGB value is (140,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111010 11101011
Octal 214 172 353
Decimal 140 122 235
Hex 8C 7A EB

RGB Percentages of Color #8c7aeb

%28.17
%24.55
%47.28

CMYK Percentages of Color #8c7aeb

%40
%48
%0
%8

Triadic Colors of #8c7aeb

#8c7aeb #eb8c7a #7aeb8c

Analogous Colors of #8c7aeb

#8c7aeb #c57aeb #7aa1eb

Monochromatic Colors of #8c7aeb

#8c7aeb

Complementary Color

#8c7aeb #d9eb7a

#8c7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7aeb Color CSS Codes

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

#8c7aeb Text Font Color

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

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


#8c7aeb Background Color

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

This div background color is #8c7aeb


#8c7aeb Border Color

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

This div border color is #8c7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7aeb


Comments

No comments written yet.

Please login to write comment.