Color Hex Logo

#d7006e Color Hex

#D7006E
(215,0,110)
0 Favorites   0 Comments

Color spaces of #d7006e

RGB 2150110
HSL0.911.000.42
HSV329°100°84°
CMYK 0.001.000.49   0.16
XYZ30.838815.572916.1323
Yxy15.57290.49310.2490
Hunter Lab39.462570.43313.3860
CIE-Lab46.409174.57151.7719

#d7006e color RGB value is (215,0,110).

#d7006e hex color red value is 215, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d7006e hue: 0.91 , saturation: 1.00 and the lightness value of d7006e is 0.42.

The process color (four color CMYK) of #d7006e color hex is 0.00, 1.00, 0.49, 0.16. Web safe color of #d7006e is #cc0066. Color #d7006e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000000 01101110
Octal 327 0 156
Decimal 215 0 110
Hex D7 0 6E

RGB Percentages of Color #d7006e

%66.15
%0.00
%33.85

CMYK Percentages of Color #d7006e

%0
%100
%49
%16

Triadic Colors of #d7006e

#d7006e #6ed700 #006ed7

Analogous Colors of #d7006e

#d7006e #d70002 #d500d7

Monochromatic Colors of #d7006e

#d7006e

Complementary Color

#d7006e #00d769

#d7006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7006e Color CSS Codes

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

#d7006e Text Font Color

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

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


#d7006e Background Color

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

This div background color is #d7006e


#d7006e Border Color

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

This div border color is #d7006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7006e


Comments

No comments written yet.

Please login to write comment.