Color Hex Logo

#a87ce1 Color Hex

#A87CE1
(168,124,225)
0 Favorites   0 Comments

Color spaces of #a87ce1

RGB 168124225
HSL0.740.630.68
HSV266°45°88°
CMYK 0.250.450.00   0.12
XYZ36.946728.176474.7254
Yxy28.17640.26420.2015
Hunter Lab53.081431.3502-46.3085
CIE-Lab60.047837.1151-45.2970

#a87ce1 color RGB value is (168,124,225).

#a87ce1 hex color red value is 168, green value is 124 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a87ce1 hue: 0.74 , saturation: 0.63 and the lightness value of a87ce1 is 0.68.

The process color (four color CMYK) of #a87ce1 color hex is 0.25, 0.45, 0.00, 0.12. Web safe color of #a87ce1 is #9966cc. Color #a87ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111100 11100001
Octal 250 174 341
Decimal 168 124 225
Hex A8 7C E1

RGB Percentages of Color #a87ce1

%32.50
%23.98
%43.52

CMYK Percentages of Color #a87ce1

%25
%45
%0
%12

Triadic Colors of #a87ce1

#a87ce1 #e1a87c #7ce1a8

Analogous Colors of #a87ce1

#a87ce1 #db7ce1 #7c83e1

Monochromatic Colors of #a87ce1

#a87ce1

Complementary Color

#a87ce1 #b5e17c

#a87ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87ce1 Color CSS Codes

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

#a87ce1 Text Font Color

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

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


#a87ce1 Background Color

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

This div background color is #a87ce1


#a87ce1 Border Color

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

This div border color is #a87ce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,124,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a87ce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a87ce1;
  -webkit-box-shadow: 1px 1px 3px 2px #a87ce1;
  box-shadow:         1px 1px 3px 2px #a87ce1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87ce1


Comments

No comments written yet.

Please login to write comment.