Color Hex Logo

#d143aa Color Hex

#D143AA
(209,67,170)
0 Favorites   0 Comments

Color spaces of #d143aa

RGB 20967170
HSL0.880.610.54
HSV316°68°82°
CMYK 0.000.680.19   0.18
XYZ35.557320.471940.1076
Yxy20.47190.36990.2129
Hunter Lab45.245961.0972-20.8847
CIE-Lab52.366665.5908-25.4945

#d143aa color RGB value is (209,67,170).

#d143aa hex color red value is 209, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d143aa hue: 0.88 , saturation: 0.61 and the lightness value of d143aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 10101010
Octal 321 103 252
Decimal 209 67 170
Hex D1 43 AA

RGB Percentages of Color #d143aa

%46.86
%15.02
%38.12

CMYK Percentages of Color #d143aa

%0
%68
%19
%18

Triadic Colors of #d143aa

#d143aa #aad143 #43aad1

Analogous Colors of #d143aa

#d143aa #d14363 #b143d1

Monochromatic Colors of #d143aa

#d143aa

Complementary Color

#d143aa #43d16a

#d143aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143aa Color CSS Codes

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

#d143aa Text Font Color

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

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


#d143aa Background Color

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

This div background color is #d143aa


#d143aa Border Color

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

This div border color is #d143aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143aa


Comments

No comments written yet.

Please login to write comment.