Color Hex Logo

#a883ca Color Hex

#A883CA
(168,131,202)
0 Favorites   0 Comments

Color spaces of #a883ca

RGB 168131202
HSL0.750.400.65
HSV271°35°79°
CMYK 0.170.350.00   0.21
XYZ34.925428.821759.5995
Yxy28.82170.28310.2337
Hunter Lab53.685822.1732-28.2409
CIE-Lab60.623927.8519-31.4926

#a883ca color RGB value is (168,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000011 11001010
Octal 250 203 312
Decimal 168 131 202
Hex A8 83 CA

RGB Percentages of Color #a883ca

%33.53
%26.15
%40.32

CMYK Percentages of Color #a883ca

%17
%35
%0
%21

Triadic Colors of #a883ca

#a883ca #caa883 #83caa8

Analogous Colors of #a883ca

#a883ca #ca83c9 #8583ca

Monochromatic Colors of #a883ca

#a883ca

Complementary Color

#a883ca #a5ca83

#a883ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a883ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a883ca Color CSS Codes

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

#a883ca Text Font Color

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

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


#a883ca Background Color

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

This div background color is #a883ca


#a883ca Border Color

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

This div border color is #a883ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a883ca


Comments

No comments written yet.

Please login to write comment.