Color Hex Logo

#d350aa Color Hex

#D350AA
(211,80,170)
0 Favorites   0 Comments

Color spaces of #d350aa

RGB 21180170
HSL0.890.600.57
HSV319°62°83°
CMYK 0.000.620.19   0.17
XYZ36.988322.488540.4214
Yxy22.48850.37030.2251
Hunter Lab47.422056.2381-17.3419
CIE-Lab54.541560.9858-22.1176

#d350aa color RGB value is (211,80,170).

#d350aa hex color red value is 211, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d350aa hue: 0.89 , saturation: 0.60 and the lightness value of d350aa is 0.57.

The process color (four color CMYK) of #d350aa color hex is 0.00, 0.62, 0.19, 0.17. Web safe color of #d350aa is #cc6699. Color #d350aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010000 10101010
Octal 323 120 252
Decimal 211 80 170
Hex D3 50 AA

RGB Percentages of Color #d350aa

%45.77
%17.35
%36.88

CMYK Percentages of Color #d350aa

%0
%62
%19
%17

Triadic Colors of #d350aa

#d350aa #aad350 #50aad3

Analogous Colors of #d350aa

#d350aa #d35069 #bb50d3

Monochromatic Colors of #d350aa

#d350aa

Complementary Color

#d350aa #50d379

#d350aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d350aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d350aa Color CSS Codes

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

#d350aa Text Font Color

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

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


#d350aa Background Color

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

This div background color is #d350aa


#d350aa Border Color

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

This div border color is #d350aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d350aa


Comments

No comments written yet.

Please login to write comment.