Color Hex Logo

#d054aa Color Hex

#D054AA
(208,84,170)
0 Favorites   0 Comments

Color spaces of #d054aa

RGB 20884170
HSL0.880.570.57
HSV318°60°82°
CMYK 0.000.600.18   0.18
XYZ36.438422.652840.4821
Yxy22.65280.36590.2275
Hunter Lab47.595053.3673-17.1129
CIE-Lab54.712958.4291-21.8940

#d054aa color RGB value is (208,84,170).

#d054aa hex color red value is 208, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d054aa hue: 0.88 , saturation: 0.57 and the lightness value of d054aa is 0.57.

The process color (four color CMYK) of #d054aa color hex is 0.00, 0.60, 0.18, 0.18. Web safe color of #d054aa is #cc6699. Color #d054aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 10101010
Octal 320 124 252
Decimal 208 84 170
Hex D0 54 AA

RGB Percentages of Color #d054aa

%45.02
%18.18
%36.80

CMYK Percentages of Color #d054aa

%0
%60
%18
%18

Triadic Colors of #d054aa

#d054aa #aad054 #54aad0

Analogous Colors of #d054aa

#d054aa #d0546c #b854d0

Monochromatic Colors of #d054aa

#d054aa

Complementary Color

#d054aa #54d07a

#d054aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054aa Color CSS Codes

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

#d054aa Text Font Color

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

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


#d054aa Background Color

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

This div background color is #d054aa


#d054aa Border Color

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

This div border color is #d054aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,84,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d054aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d054aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d054aa;
  box-shadow:         1px 1px 3px 2px #d054aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,84,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054aa


Comments

No comments written yet.

Please login to write comment.