Color Hex Logo

#8a7dca Color Hex

#8A7DCA
(138,125,202)
0 Favorites   0 Comments

Color spaces of #8a7dca

RGB 138125202
HSL0.690.420.64
HSV250°38°79°
CMYK 0.320.380.00   0.21
XYZ28.475524.334859.0734
Yxy24.33480.25450.2175
Hunter Lab49.330316.7095-36.4690
CIE-Lab56.421522.4039-38.2555

#8a7dca color RGB value is (138,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111101 11001010
Octal 212 175 312
Decimal 138 125 202
Hex 8A 7D CA

RGB Percentages of Color #8a7dca

%29.68
%26.88
%43.44

CMYK Percentages of Color #8a7dca

%32
%38
%0
%21

Triadic Colors of #8a7dca

#8a7dca #ca8a7d #7dca8a

Analogous Colors of #8a7dca

#8a7dca #b17dca #7d97ca

Monochromatic Colors of #8a7dca

#8a7dca

Complementary Color

#8a7dca #bdca7d

#8a7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7dca Color CSS Codes

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

#8a7dca Text Font Color

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

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


#8a7dca Background Color

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

This div background color is #8a7dca


#8a7dca Border Color

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

This div border color is #8a7dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7dca


Comments

No comments written yet.

Please login to write comment.