Color Hex Logo

#a17bcc Color Hex

#A17BCC
(161,123,204)
0 Favorites   0 Comments

Color spaces of #a17bcc

RGB 161123204
HSL0.740.440.64
HSV268°40°80°
CMYK 0.210.400.00   0.20
XYZ32.680026.102660.4426
Yxy26.10260.27410.2189
Hunter Lab51.090724.7682-34.3792
CIE-Lab58.134330.7376-36.5529

#a17bcc color RGB value is (161,123,204).

#a17bcc hex color red value is 161, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a17bcc hue: 0.74 , saturation: 0.44 and the lightness value of a17bcc is 0.64.

The process color (four color CMYK) of #a17bcc color hex is 0.21, 0.40, 0.00, 0.20. Web safe color of #a17bcc is #9966cc. Color #a17bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 11001100
Octal 241 173 314
Decimal 161 123 204
Hex A1 7B CC

RGB Percentages of Color #a17bcc

%32.99
%25.20
%41.80

CMYK Percentages of Color #a17bcc

%21
%40
%0
%20

Triadic Colors of #a17bcc

#a17bcc #cca17b #7bcca1

Analogous Colors of #a17bcc

#a17bcc #ca7bcc #7b7ecc

Monochromatic Colors of #a17bcc

#a17bcc

Complementary Color

#a17bcc #a6cc7b

#a17bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17bcc Color CSS Codes

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

#a17bcc Text Font Color

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

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


#a17bcc Background Color

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

This div background color is #a17bcc


#a17bcc Border Color

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

This div border color is #a17bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,123,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a17bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a17bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #a17bcc;
  box-shadow:         1px 1px 3px 2px #a17bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,123,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17bcc


Comments

No comments written yet.

Please login to write comment.