Color Hex Logo

#a710cb Color Hex

#A710CB
(167,16,203)
0 Favorites   0 Comments

Color spaces of #a710cb

RGB 16716203
HSL0.800.850.43
HSV288°92°80°
CMYK 0.180.920.00   0.20
XYZ26.901112.897957.5716
Yxy12.89790.27630.1325
Hunter Lab35.913670.8565-69.9057
CIE-Lab42.609075.6571-60.6758

#a710cb color RGB value is (167,16,203).

#a710cb hex color red value is 167, green value is 16 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a710cb hue: 0.80 , saturation: 0.85 and the lightness value of a710cb is 0.43.

The process color (four color CMYK) of #a710cb color hex is 0.18, 0.92, 0.00, 0.20. Web safe color of #a710cb is #9900cc. Color #a710cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010000 11001011
Octal 247 20 313
Decimal 167 16 203
Hex A7 10 CB

RGB Percentages of Color #a710cb

%43.26
%4.15
%52.59

CMYK Percentages of Color #a710cb

%18
%92
%0
%20

Triadic Colors of #a710cb

#a710cb #cba710 #10cba7

Analogous Colors of #a710cb

#a710cb #cb1092 #4a10cb

Monochromatic Colors of #a710cb

#a710cb

Complementary Color

#a710cb #34cb10

#a710cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a710cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a710cb Color CSS Codes

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

#a710cb Text Font Color

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

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


#a710cb Background Color

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

This div background color is #a710cb


#a710cb Border Color

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

This div border color is #a710cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a710cb


Comments

No comments written yet.

Please login to write comment.