Color Hex Logo

#a874dd Color Hex

#A874DD
(168,116,221)
0 Favorites   0 Comments

Color spaces of #a874dd

RGB 168116221
HSL0.750.610.66
HSV270°48°87°
CMYK 0.240.480.00   0.13
XYZ35.445026.036171.5639
Yxy26.03610.26640.1957
Hunter Lab51.025634.7005-47.4369
CIE-Lab58.071340.6219-46.1809

#a874dd color RGB value is (168,116,221).

#a874dd hex color red value is 168, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a874dd hue: 0.75 , saturation: 0.61 and the lightness value of a874dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 11011101
Octal 250 164 335
Decimal 168 116 221
Hex A8 74 DD

RGB Percentages of Color #a874dd

%33.27
%22.97
%43.76

CMYK Percentages of Color #a874dd

%24
%48
%0
%13

Triadic Colors of #a874dd

#a874dd #dda874 #74dda8

Analogous Colors of #a874dd

#a874dd #dd74dd #7475dd

Monochromatic Colors of #a874dd

#a874dd

Complementary Color

#a874dd #a9dd74

#a874dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a874dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a874dd Color CSS Codes

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

#a874dd Text Font Color

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

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


#a874dd Background Color

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

This div background color is #a874dd


#a874dd Border Color

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

This div border color is #a874dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a874dd


Comments

No comments written yet.

Please login to write comment.