Color Hex Logo

#d7407e Color Hex

#D7407E
(215,64,126)
0 Favorites   0 Comments

Color spaces of #d7407e

RGB 21564126
HSL0.930.650.55
HSV335°70°84°
CMYK 0.000.700.41   0.16
XYZ33.623619.620221.7536
Yxy19.62020.44830.2616
Hunter Lab44.294757.98161.8883
CIE-Lab51.405163.0824-0.7039

#d7407e color RGB value is (215,64,126).

#d7407e hex color red value is 215, green value is 64 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d7407e hue: 0.93 , saturation: 0.65 and the lightness value of d7407e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 01111110
Octal 327 100 176
Decimal 215 64 126
Hex D7 40 7E

RGB Percentages of Color #d7407e

%53.09
%15.80
%31.11

CMYK Percentages of Color #d7407e

%0
%70
%41
%16

Triadic Colors of #d7407e

#d7407e #7ed740 #407ed7

Analogous Colors of #d7407e

#d7407e #d74e40 #d740ca

Monochromatic Colors of #d7407e

#d7407e

Complementary Color

#d7407e #40d799

#d7407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7407e Color CSS Codes

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

#d7407e Text Font Color

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

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


#d7407e Background Color

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

This div background color is #d7407e


#d7407e Border Color

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

This div border color is #d7407e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7407e


Comments

No comments written yet.

Please login to write comment.