Color Hex Logo

#a782ca Color Hex

#A782CA
(167,130,202)
0 Favorites   0 Comments

Color spaces of #a782ca

RGB 167130202
HSL0.750.400.65
HSV271°36°79°
CMYK 0.170.360.00   0.21
XYZ34.579728.445059.5450
Yxy28.44500.28210.2321
Hunter Lab53.333922.3986-28.8611
CIE-Lab60.288728.1115-32.0208

#a782ca color RGB value is (167,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11001010
Octal 247 202 312
Decimal 167 130 202
Hex A7 82 CA

RGB Percentages of Color #a782ca

%33.47
%26.05
%40.48

CMYK Percentages of Color #a782ca

%17
%36
%0
%21

Triadic Colors of #a782ca

#a782ca #caa782 #82caa7

Analogous Colors of #a782ca

#a782ca #ca82c9 #8382ca

Monochromatic Colors of #a782ca

#a782ca

Complementary Color

#a782ca #a5ca82

#a782ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782ca Color CSS Codes

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

#a782ca Text Font Color

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

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


#a782ca Background Color

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

This div background color is #a782ca


#a782ca Border Color

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

This div border color is #a782ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782ca


Comments

No comments written yet.

Please login to write comment.