Color Hex Logo

#d1278d Color Hex

#D1278D
(209,39,141)
0 Favorites   0 Comments

Color spaces of #d1278d

RGB 20939141
HSL0.900.690.49
HSV324°81°82°
CMYK 0.000.810.33   0.18
XYZ31.827716.929426.7895
Yxy16.92940.42130.2241
Hunter Lab41.145466.0731-9.8016
CIE-Lab48.171070.6111-14.6836

#d1278d color RGB value is (209,39,141).

#d1278d hex color red value is 209, green value is 39 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d1278d hue: 0.90 , saturation: 0.69 and the lightness value of d1278d is 0.49.

The process color (four color CMYK) of #d1278d color hex is 0.00, 0.81, 0.33, 0.18. Web safe color of #d1278d is #cc3399. Color #d1278d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 10001101
Octal 321 47 215
Decimal 209 39 141
Hex D1 27 8D

RGB Percentages of Color #d1278d

%53.73
%10.03
%36.25

CMYK Percentages of Color #d1278d

%0
%81
%33
%18

Triadic Colors of #d1278d

#d1278d #8dd127 #278dd1

Analogous Colors of #d1278d

#d1278d #d12738 #c027d1

Monochromatic Colors of #d1278d

#d1278d

Complementary Color

#d1278d #27d16b

#d1278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1278d Color CSS Codes

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

#d1278d Text Font Color

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

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


#d1278d Background Color

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

This div background color is #d1278d


#d1278d Border Color

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

This div border color is #d1278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1278d


Comments

No comments written yet.

Please login to write comment.