Color Hex Logo

#a751cd Color Hex

#A751CD
(167,81,205)
0 Favorites   0 Comments

Color spaces of #a751cd

RGB 16781205
HSL0.780.550.56
HSV282°60°80°
CMYK 0.190.600.00   0.20
XYZ29.898218.508159.7542
Yxy18.50810.27640.1711
Hunter Lab43.021048.7648-52.2363
CIE-Lab50.106755.1044-49.7673

#a751cd color RGB value is (167,81,205).

#a751cd hex color red value is 167, green value is 81 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a751cd hue: 0.78 , saturation: 0.55 and the lightness value of a751cd is 0.56.

The process color (four color CMYK) of #a751cd color hex is 0.19, 0.60, 0.00, 0.20. Web safe color of #a751cd is #9966cc. Color #a751cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 11001101
Octal 247 121 315
Decimal 167 81 205
Hex A7 51 CD

RGB Percentages of Color #a751cd

%36.87
%17.88
%45.25

CMYK Percentages of Color #a751cd

%19
%60
%0
%20

Triadic Colors of #a751cd

#a751cd #cda751 #51cda7

Analogous Colors of #a751cd

#a751cd #cd51b5 #6951cd

Monochromatic Colors of #a751cd

#a751cd

Complementary Color

#a751cd #77cd51

#a751cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a751cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a751cd Color CSS Codes

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

#a751cd Text Font Color

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

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


#a751cd Background Color

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

This div background color is #a751cd


#a751cd Border Color

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

This div border color is #a751cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,81,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a751cd


Comments

No comments written yet.

Please login to write comment.