Color Hex Logo

#d7297f Color Hex

#D7297F
(215,41,127)
0 Favorites   0 Comments

Color spaces of #d7297f

RGB 21541127
HSL0.920.690.50
HSV330°81°84°
CMYK 0.000.810.41   0.16
XYZ32.648017.565321.7484
Yxy17.56530.45370.2441
Hunter Lab41.911065.7045-1.4290
CIE-Lab48.964670.1480-4.9023

#d7297f color RGB value is (215,41,127).

#d7297f hex color red value is 215, green value is 41 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d7297f hue: 0.92 , saturation: 0.69 and the lightness value of d7297f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 01111111
Octal 327 51 177
Decimal 215 41 127
Hex D7 29 7F

RGB Percentages of Color #d7297f

%56.14
%10.70
%33.16

CMYK Percentages of Color #d7297f

%0
%81
%41
%16

Triadic Colors of #d7297f

#d7297f #7fd729 #297fd7

Analogous Colors of #d7297f

#d7297f #d72a29 #d729d6

Monochromatic Colors of #d7297f

#d7297f

Complementary Color

#d7297f #29d781

#d7297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7297f Color CSS Codes

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

#d7297f Text Font Color

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

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


#d7297f Background Color

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

This div background color is #d7297f


#d7297f Border Color

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

This div border color is #d7297f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,41,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 #d7297f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7297f


Comments

No comments written yet.

Please login to write comment.