Color Hex Logo

#d283aa Color Hex

#D283AA
(210,131,170)
0 Favorites   0 Comments

Color spaces of #d283aa

RGB 210131170
HSL0.920.470.67
HSV330°38°82°
CMYK 0.000.380.19   0.18
XYZ41.950332.836542.1573
Yxy32.83650.35870.2808
Hunter Lab57.303130.3952-3.5068
CIE-Lab64.028335.7382-7.7900

#d283aa color RGB value is (210,131,170).

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

The process color (four color CMYK) of #d283aa color hex is 0.00, 0.38, 0.19, 0.18. Web safe color of #d283aa is #cc9999. Color #d283aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000011 10101010
Octal 322 203 252
Decimal 210 131 170
Hex D2 83 AA

RGB Percentages of Color #d283aa

%41.10
%25.64
%33.27

CMYK Percentages of Color #d283aa

%0
%38
%19
%18

Triadic Colors of #d283aa

#d283aa #aad283 #83aad2

Analogous Colors of #d283aa

#d283aa #d28483 #d283d2

Monochromatic Colors of #d283aa

#d283aa

Complementary Color

#d283aa #83d2ab

#d283aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d283aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d283aa Color CSS Codes

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

#d283aa Text Font Color

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

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


#d283aa Background Color

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

This div background color is #d283aa


#d283aa Border Color

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

This div border color is #d283aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d283aa


Comments

No comments written yet.

Please login to write comment.