Color Hex Logo

#a883cd Color Hex

#A883CD
(168,131,205)
0 Favorites   0 Comments

Color spaces of #a883cd

RGB 168131205
HSL0.750.430.66
HSV270°36°80°
CMYK 0.180.360.00   0.20
XYZ35.284228.965261.4888
Yxy28.96520.28060.2304
Hunter Lab53.819322.8416-30.0655
CIE-Lab60.750928.5268-32.9845

#a883cd color RGB value is (168,131,205).

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

The process color (four color CMYK) of #a883cd color hex is 0.18, 0.36, 0.00, 0.20. Web safe color of #a883cd is #9999cc. Color #a883cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000011 11001101
Octal 250 203 315
Decimal 168 131 205
Hex A8 83 CD

RGB Percentages of Color #a883cd

%33.33
%25.99
%40.67

CMYK Percentages of Color #a883cd

%18
%36
%0
%20

Triadic Colors of #a883cd

#a883cd #cda883 #83cda8

Analogous Colors of #a883cd

#a883cd #cd83cd #8383cd

Monochromatic Colors of #a883cd

#a883cd

Complementary Color

#a883cd #a8cd83

#a883cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a883cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a883cd Color CSS Codes

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

#a883cd Text Font Color

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

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


#a883cd Background Color

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

This div background color is #a883cd


#a883cd Border Color

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

This div border color is #a883cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a883cd


Comments

No comments written yet.

Please login to write comment.