Color Hex Logo

#d1488e Color Hex

#D1488E
(209,72,142)
0 Favorites   0 Comments

Color spaces of #d1488e

RGB 20972142
HSL0.910.600.55
HSV329°66°82°
CMYK 0.000.660.32   0.18
XYZ33.494320.143027.7138
Yxy20.14300.41170.2476
Hunter Lab44.881054.6715-5.1947
CIE-Lab51.998560.0706-9.5095

#d1488e color RGB value is (209,72,142).

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

The process color (four color CMYK) of #d1488e color hex is 0.00, 0.66, 0.32, 0.18. Web safe color of #d1488e is #cc3399. Color #d1488e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 10001110
Octal 321 110 216
Decimal 209 72 142
Hex D1 48 8E

RGB Percentages of Color #d1488e

%49.41
%17.02
%33.57

CMYK Percentages of Color #d1488e

%0
%66
%32
%18

Triadic Colors of #d1488e

#d1488e #8ed148 #488ed1

Analogous Colors of #d1488e

#d1488e #d1484a #d048d1

Monochromatic Colors of #d1488e

#d1488e

Complementary Color

#d1488e #48d18b

#d1488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1488e Color CSS Codes

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

#d1488e Text Font Color

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

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


#d1488e Background Color

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

This div background color is #d1488e


#d1488e Border Color

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

This div border color is #d1488e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,72,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1488e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1488e


Comments

No comments written yet.

Please login to write comment.