Color Hex Logo

#d145aa Color Hex

#D145AA
(209,69,170)
0 Favorites   0 Comments

Color spaces of #d145aa

RGB 20969170
HSL0.880.600.55
HSV317°67°82°
CMYK 0.000.670.19   0.18
XYZ35.678320.713840.1479
Yxy20.71380.36960.2146
Hunter Lab45.512460.2838-20.4428
CIE-Lab52.634864.8429-25.0801

#d145aa color RGB value is (209,69,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 10101010
Octal 321 105 252
Decimal 209 69 170
Hex D1 45 AA

RGB Percentages of Color #d145aa

%46.65
%15.40
%37.95

CMYK Percentages of Color #d145aa

%0
%67
%19
%18

Triadic Colors of #d145aa

#d145aa #aad145 #45aad1

Analogous Colors of #d145aa

#d145aa #d14564 #b245d1

Monochromatic Colors of #d145aa

#d145aa

Complementary Color

#d145aa #45d16c

#d145aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d145aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d145aa Color CSS Codes

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

#d145aa Text Font Color

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

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


#d145aa Background Color

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

This div background color is #d145aa


#d145aa Border Color

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

This div border color is #d145aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d145aa


Comments

No comments written yet.

Please login to write comment.