Color Hex Logo

#d1507e Color Hex

#D1507E
(209,80,126)
0 Favorites   0 Comments

Color spaces of #d1507e

RGB 20980126
HSL0.940.580.57
HSV339°62°82°
CMYK 0.000.620.40   0.18
XYZ32.929120.799022.0177
Yxy20.79900.43470.2746
Hunter Lab45.605949.07303.3000
CIE-Lab52.728854.92491.1072

#d1507e color RGB value is (209,80,126).

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

The process color (four color CMYK) of #d1507e color hex is 0.00, 0.62, 0.40, 0.18. Web safe color of #d1507e is #cc6666. Color #d1507e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 01111110
Octal 321 120 176
Decimal 209 80 126
Hex D1 50 7E

RGB Percentages of Color #d1507e

%50.36
%19.28
%30.36

CMYK Percentages of Color #d1507e

%0
%62
%40
%18

Triadic Colors of #d1507e

#d1507e #7ed150 #507ed1

Analogous Colors of #d1507e

#d1507e #d16250 #d150bf

Monochromatic Colors of #d1507e

#d1507e

Complementary Color

#d1507e #50d1a3

#d1507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1507e Color CSS Codes

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

#d1507e Text Font Color

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

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


#d1507e Background Color

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

This div background color is #d1507e


#d1507e Border Color

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

This div border color is #d1507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1507e


Comments

No comments written yet.

Please login to write comment.