Color Hex Logo

#d7157a Color Hex

#D7157A
(215,21,122)
0 Favorites   0 Comments

Color spaces of #d7157a

RGB 21521122
HSL0.910.820.46
HSV329°90°84°
CMYK 0.000.900.43   0.16
XYZ31.805316.388519.8993
Yxy16.38850.46710.2407
Hunter Lab40.482769.3940-0.8061
CIE-Lab47.480173.5074-4.0498

#d7157a color RGB value is (215,21,122).

#d7157a hex color red value is 215, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d7157a hue: 0.91 , saturation: 0.82 and the lightness value of d7157a is 0.46.

The process color (four color CMYK) of #d7157a color hex is 0.00, 0.90, 0.43, 0.16. Web safe color of #d7157a is #cc0066. Color #d7157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 01111010
Octal 327 25 172
Decimal 215 21 122
Hex D7 15 7A

RGB Percentages of Color #d7157a

%60.06
%5.87
%34.08

CMYK Percentages of Color #d7157a

%0
%90
%43
%16

Triadic Colors of #d7157a

#d7157a #7ad715 #157ad7

Analogous Colors of #d7157a

#d7157a #d71519 #d315d7

Monochromatic Colors of #d7157a

#d7157a

Complementary Color

#d7157a #15d772

#d7157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7157a Color CSS Codes

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

#d7157a Text Font Color

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

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


#d7157a Background Color

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

This div background color is #d7157a


#d7157a Border Color

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

This div border color is #d7157a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,21,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7157a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7157a;
  -webkit-box-shadow: 1px 1px 3px 2px #d7157a;
  box-shadow:         1px 1px 3px 2px #d7157a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,21,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7157a


Comments

No comments written yet.

Please login to write comment.