Color Hex Logo

#a871cb Color Hex

#A871CB
(168,113,203)
0 Favorites   0 Comments

Color spaces of #a871cb

RGB 168113203
HSL0.770.460.62
HSV277°44°80°
CMYK 0.170.440.00   0.20
XYZ32.833124.446959.4881
Yxy24.44690.28120.2094
Hunter Lab49.443832.0060-36.7238
CIE-Lab56.532538.1882-38.4448

#a871cb color RGB value is (168,113,203).

#a871cb hex color red value is 168, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a871cb hue: 0.77 , saturation: 0.46 and the lightness value of a871cb is 0.62.

The process color (four color CMYK) of #a871cb color hex is 0.17, 0.44, 0.00, 0.20. Web safe color of #a871cb is #9966cc. Color #a871cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 11001011
Octal 250 161 313
Decimal 168 113 203
Hex A8 71 CB

RGB Percentages of Color #a871cb

%34.71
%23.35
%41.94

CMYK Percentages of Color #a871cb

%17
%44
%0
%20

Triadic Colors of #a871cb

#a871cb #cba871 #71cba8

Analogous Colors of #a871cb

#a871cb #cb71c1 #7b71cb

Monochromatic Colors of #a871cb

#a871cb

Complementary Color

#a871cb #94cb71

#a871cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a871cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a871cb Color CSS Codes

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

#a871cb Text Font Color

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

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


#a871cb Background Color

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

This div background color is #a871cb


#a871cb Border Color

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

This div border color is #a871cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a871cb


Comments

No comments written yet.

Please login to write comment.