Color Hex Logo

#a751dd Color Hex

#A751DD
(167,81,221)
0 Favorites   0 Comments

Color spaces of #a751dd

RGB 16781221
HSL0.770.670.59
HSV277°63°87°
CMYK 0.240.630.00   0.13
XYZ31.929919.320870.4530
Yxy19.32080.26240.1588
Hunter Lab43.955452.7431-64.2629
CIE-Lab51.060458.5277-57.3641

#a751dd color RGB value is (167,81,221).

#a751dd hex color red value is 167, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a751dd hue: 0.77 , saturation: 0.67 and the lightness value of a751dd is 0.59.

The process color (four color CMYK) of #a751dd color hex is 0.24, 0.63, 0.00, 0.13. Web safe color of #a751dd is #9966cc. Color #a751dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 11011101
Octal 247 121 335
Decimal 167 81 221
Hex A7 51 DD

RGB Percentages of Color #a751dd

%35.61
%17.27
%47.12

CMYK Percentages of Color #a751dd

%24
%63
%0
%13

Triadic Colors of #a751dd

#a751dd #dda751 #51dda7

Analogous Colors of #a751dd

#a751dd #dd51cd #6151dd

Monochromatic Colors of #a751dd

#a751dd

Complementary Color

#a751dd #87dd51

#a751dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a751dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a751dd Color CSS Codes

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

#a751dd Text Font Color

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

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


#a751dd Background Color

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

This div background color is #a751dd


#a751dd Border Color

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

This div border color is #a751dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a751dd


Comments

No comments written yet.

Please login to write comment.