color codes Logo

#d1518a color codes

#D1518A
(209,81,138)
0 Favorites   0 Comments

Color spaces of #d1518a

RGB 20981138
HSL0.930.580.57
HSV333°61°82°
CMYK 0.000.610.34   0.18
XYZ33.824421.275126.3685
Yxy21.27510.41520.2611
Hunter Lab46.124950.1792-1.6072
CIE-Lab53.249355.8358-5.2680

#d1518a color RGB value is (209,81,138).

#d1518a hex color red value is 209, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d1518a hue: 0.93 , saturation: 0.58 and the lightness value of d1518a is 0.57.

The process color (four color CMYK) of #d1518a color code is 0.00, 0.61, 0.34, 0.18. Web safe color of #d1518a is #cc6699. Color #d1518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 10001010
Octal 321 121 212
Decimal 209 81 138
Hex D1 51 8A

RGB Percentages of Color #d1518a

%48.83
%18.93
%32.24

CMYK Percentages of Color #d1518a

%0
%61
%34
%18

Triadic Colors of #d1518a

#d1518a #8ad151 #518ad1

Analogous Colors of #d1518a

#d1518a #d15851 #d151ca

Monochromatic Colors of #d1518a

#d1518a

Complementary Color

#d1518a #51d198

#d1518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1518a Color CSS Codes

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

#d1518a Text Font Color

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

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


#d1518a Background Color

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

This div background color is #d1518a


#d1518a Border Color

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

This div border color is #d1518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1518a


Comments

No comments written yet.

Please login to write comment.