Color Hex Logo

#a817bc Color Hex

#A817BC
(168,23,188)
0 Favorites   0 Comments

Color spaces of #a817bc

RGB 16823188
HSL0.810.780.41
HSV293°88°74°
CMYK 0.110.880.00   0.26
XYZ25.531912.568548.6572
Yxy12.56850.29430.1449
Hunter Lab35.452166.5111-56.5578
CIE-Lab42.105872.1594-52.7241

#a817bc color RGB value is (168,23,188).

#a817bc hex color red value is 168, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a817bc hue: 0.81 , saturation: 0.78 and the lightness value of a817bc is 0.41.

The process color (four color CMYK) of #a817bc color hex is 0.11, 0.88, 0.00, 0.26. Web safe color of #a817bc is #9900cc. Color #a817bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 10111100
Octal 250 27 274
Decimal 168 23 188
Hex A8 17 BC

RGB Percentages of Color #a817bc

%44.33
%6.07
%49.60

CMYK Percentages of Color #a817bc

%11
%88
%0
%26

Triadic Colors of #a817bc

#a817bc #bca817 #17bca8

Analogous Colors of #a817bc

#a817bc #bc177e #5517bc

Monochromatic Colors of #a817bc

#a817bc

Complementary Color

#a817bc #2bbc17

#a817bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a817bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a817bc Color CSS Codes

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

#a817bc Text Font Color

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

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


#a817bc Background Color

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

This div background color is #a817bc


#a817bc Border Color

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

This div border color is #a817bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a817bc


Comments

No comments written yet.

Please login to write comment.