Color Hex Logo

#d483aa Color Hex

#D483AA
(212,131,170)
0 Favorites   0 Comments

Color spaces of #d483aa

RGB 212131170
HSL0.920.490.67
HSV331°38°83°
CMYK 0.000.380.20   0.17
XYZ42.523433.131942.1841
Yxy33.13190.36090.2812
Hunter Lab57.560331.1385-3.1595
CIE-Lab64.267636.4326-7.4083

#d483aa color RGB value is (212,131,170).

#d483aa hex color red value is 212, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d483aa hue: 0.92 , saturation: 0.49 and the lightness value of d483aa is 0.67.

The process color (four color CMYK) of #d483aa color hex is 0.00, 0.38, 0.20, 0.17. Web safe color of #d483aa is #cc9999. Color #d483aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 10101010
Octal 324 203 252
Decimal 212 131 170
Hex D4 83 AA

RGB Percentages of Color #d483aa

%41.33
%25.54
%33.14

CMYK Percentages of Color #d483aa

%0
%38
%20
%17

Triadic Colors of #d483aa

#d483aa #aad483 #83aad4

Analogous Colors of #d483aa

#d483aa #d48583 #d483d3

Monochromatic Colors of #d483aa

#d483aa

Complementary Color

#d483aa #83d4ad

#d483aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d483aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d483aa Color CSS Codes

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

#d483aa Text Font Color

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

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


#d483aa Background Color

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

This div background color is #d483aa


#d483aa Border Color

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

This div border color is #d483aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d483aa


Comments

No comments written yet.

Please login to write comment.