Color Hex Logo

#a17fcb Color Hex

#A17FCB
(161,127,203)
0 Favorites   0 Comments

Color spaces of #a17fcb

RGB 161127203
HSL0.740.420.65
HSV267°37°80°
CMYK 0.210.370.00   0.20
XYZ33.066827.067659.9817
Yxy27.06760.27530.2253
Hunter Lab52.026522.4038-31.9372
CIE-Lab59.036828.2239-34.5779

#a17fcb color RGB value is (161,127,203).

#a17fcb hex color red value is 161, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a17fcb hue: 0.74 , saturation: 0.42 and the lightness value of a17fcb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 11001011
Octal 241 177 313
Decimal 161 127 203
Hex A1 7F CB

RGB Percentages of Color #a17fcb

%32.79
%25.87
%41.34

CMYK Percentages of Color #a17fcb

%21
%37
%0
%20

Triadic Colors of #a17fcb

#a17fcb #cba17f #7fcba1

Analogous Colors of #a17fcb

#a17fcb #c77fcb #7f83cb

Monochromatic Colors of #a17fcb

#a17fcb

Complementary Color

#a17fcb #a9cb7f

#a17fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17fcb Color CSS Codes

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

#a17fcb Text Font Color

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

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


#a17fcb Background Color

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

This div background color is #a17fcb


#a17fcb Border Color

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

This div border color is #a17fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17fcb


Comments

No comments written yet.

Please login to write comment.