Color Hex Logo

#d7217f Color Hex

#D7217F
(215,33,127)
0 Favorites   0 Comments

Color spaces of #d7217f

RGB 21533127
HSL0.910.730.49
HSV329°85°84°
CMYK 0.000.850.41   0.16
XYZ32.399017.067121.6653
Yxy17.06710.45550.2399
Hunter Lab41.312367.6911-2.1746
CIE-Lab48.344571.9283-5.8224

#d7217f color RGB value is (215,33,127).

#d7217f hex color red value is 215, green value is 33 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d7217f hue: 0.91 , saturation: 0.73 and the lightness value of d7217f is 0.49.

The process color (four color CMYK) of #d7217f color hex is 0.00, 0.85, 0.41, 0.16. Web safe color of #d7217f is #cc3366. Color #d7217f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100001 01111111
Octal 327 41 177
Decimal 215 33 127
Hex D7 21 7F

RGB Percentages of Color #d7217f

%57.33
%8.80
%33.87

CMYK Percentages of Color #d7217f

%0
%85
%41
%16

Triadic Colors of #d7217f

#d7217f #7fd721 #217fd7

Analogous Colors of #d7217f

#d7217f #d72124 #d421d7

Monochromatic Colors of #d7217f

#d7217f

Complementary Color

#d7217f #21d779

#d7217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7217f Color CSS Codes

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

#d7217f Text Font Color

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

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


#d7217f Background Color

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

This div background color is #d7217f


#d7217f Border Color

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

This div border color is #d7217f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7217f


Comments

No comments written yet.

Please login to write comment.