Color Hex Logo

#d123aa Color Hex

#D123AA
(209,35,170)
0 Favorites   0 Comments

Color spaces of #d123aa

RGB 20935170
HSL0.870.710.48
HSV313°83°82°
CMYK 0.000.830.19   0.18
XYZ34.151217.659739.6389
Yxy17.65970.37340.1931
Hunter Lab42.023471.5206-26.5093
CIE-Lab49.080774.9411-30.5992

#d123aa color RGB value is (209,35,170).

#d123aa hex color red value is 209, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d123aa hue: 0.87 , saturation: 0.71 and the lightness value of d123aa is 0.48.

The process color (four color CMYK) of #d123aa color hex is 0.00, 0.83, 0.19, 0.18. Web safe color of #d123aa is #cc3399. Color #d123aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 10101010
Octal 321 43 252
Decimal 209 35 170
Hex D1 23 AA

RGB Percentages of Color #d123aa

%50.48
%8.45
%41.06

CMYK Percentages of Color #d123aa

%0
%83
%19
%18

Triadic Colors of #d123aa

#d123aa #aad123 #23aad1

Analogous Colors of #d123aa

#d123aa #d12353 #a123d1

Monochromatic Colors of #d123aa

#d123aa

Complementary Color

#d123aa #23d14a

#d123aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d123aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d123aa Color CSS Codes

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

#d123aa Text Font Color

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

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


#d123aa Background Color

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

This div background color is #d123aa


#d123aa Border Color

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

This div border color is #d123aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d123aa


Comments

No comments written yet.

Please login to write comment.