Color Hex Logo

#8b7cca Color Hex

#8B7CCA
(139,124,202)
0 Favorites   0 Comments

Color spaces of #8b7cca

RGB 139124202
HSL0.700.420.64
HSV252°39°79°
CMYK 0.310.390.00   0.21
XYZ28.515824.168559.0392
Yxy24.16850.25520.2163
Hunter Lab49.161517.5052-36.7898
CIE-Lab56.256123.2744-38.5091

#8b7cca color RGB value is (139,124,202).

#8b7cca hex color red value is 139, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8b7cca hue: 0.70 , saturation: 0.42 and the lightness value of 8b7cca is 0.64.

The process color (four color CMYK) of #8b7cca color hex is 0.31, 0.39, 0.00, 0.21. Web safe color of #8b7cca is #9966cc. Color #8b7cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111100 11001010
Octal 213 174 312
Decimal 139 124 202
Hex 8B 7C CA

RGB Percentages of Color #8b7cca

%29.89
%26.67
%43.44

CMYK Percentages of Color #8b7cca

%31
%39
%0
%21

Triadic Colors of #8b7cca

#8b7cca #ca8b7c #7cca8b

Analogous Colors of #8b7cca

#8b7cca #b27cca #7c94ca

Monochromatic Colors of #8b7cca

#8b7cca

Complementary Color

#8b7cca #bbca7c

#8b7cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7cca Color CSS Codes

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

#8b7cca Text Font Color

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

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


#8b7cca Background Color

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

This div background color is #8b7cca


#8b7cca Border Color

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

This div border color is #8b7cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,124,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b7cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b7cca;
  -webkit-box-shadow: 1px 1px 3px 2px #8b7cca;
  box-shadow:         1px 1px 3px 2px #8b7cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,124,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7cca


Comments

No comments written yet.

Please login to write comment.