Color Hex Logo

#d1387c Color Hex

#D1387C
(209,56,124)
0 Favorites   0 Comments

Color spaces of #d1387c

RGB 20956124
HSL0.930.620.52
HSV333°73°82°
CMYK 0.000.730.41   0.18
XYZ31.346817.838920.8599
Yxy17.83890.44750.2547
Hunter Lab42.236158.56590.2827
CIE-Lab49.300163.9864-2.7095

#d1387c color RGB value is (209,56,124).

#d1387c hex color red value is 209, green value is 56 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d1387c hue: 0.93 , saturation: 0.62 and the lightness value of d1387c is 0.52.

The process color (four color CMYK) of #d1387c color hex is 0.00, 0.73, 0.41, 0.18. Web safe color of #d1387c is #cc3366. Color #d1387c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 01111100
Octal 321 70 174
Decimal 209 56 124
Hex D1 38 7C

RGB Percentages of Color #d1387c

%53.73
%14.40
%31.88

CMYK Percentages of Color #d1387c

%0
%73
%41
%18

Triadic Colors of #d1387c

#d1387c #7cd138 #387cd1

Analogous Colors of #d1387c

#d1387c #d14038 #d138c9

Monochromatic Colors of #d1387c

#d1387c

Complementary Color

#d1387c #38d18d

#d1387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1387c Color CSS Codes

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

#d1387c Text Font Color

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

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


#d1387c Background Color

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

This div background color is #d1387c


#d1387c Border Color

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

This div border color is #d1387c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1387c


Comments

No comments written yet.

Please login to write comment.