Color Hex Logo

#a781ca Color Hex

#A781CA
(167,129,202)
0 Favorites   0 Comments

Color spaces of #a781ca

RGB 167129202
HSL0.750.410.65
HSV271°36°79°
CMYK 0.170.360.00   0.21
XYZ34.447328.180359.5009
Yxy28.18030.28210.2307
Hunter Lab53.085122.9309-29.2961
CIE-Lab60.051328.6786-32.3897

#a781ca color RGB value is (167,129,202).

#a781ca hex color red value is 167, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a781ca hue: 0.75 , saturation: 0.41 and the lightness value of a781ca is 0.65.

The process color (four color CMYK) of #a781ca color hex is 0.17, 0.36, 0.00, 0.21. Web safe color of #a781ca is #9999cc. Color #a781ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000001 11001010
Octal 247 201 312
Decimal 167 129 202
Hex A7 81 CA

RGB Percentages of Color #a781ca

%33.53
%25.90
%40.56

CMYK Percentages of Color #a781ca

%17
%36
%0
%21

Triadic Colors of #a781ca

#a781ca #caa781 #81caa7

Analogous Colors of #a781ca

#a781ca #ca81c9 #8381ca

Monochromatic Colors of #a781ca

#a781ca

Complementary Color

#a781ca #a4ca81

#a781ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a781ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a781ca Color CSS Codes

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

#a781ca Text Font Color

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

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


#a781ca Background Color

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

This div background color is #a781ca


#a781ca Border Color

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

This div border color is #a781ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,129,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a781ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a781ca;
  -webkit-box-shadow: 1px 1px 3px 2px #a781ca;
  box-shadow:         1px 1px 3px 2px #a781ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,129,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 #a781ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a781ca


Comments

No comments written yet.

Please login to write comment.