Color Hex Logo

#d72666 Color Hex

#D72666
(215,38,102)
0 Favorites   0 Comments

Color spaces of #d72666

RGB 21538102
HSL0.940.700.50
HSV338°82°84°
CMYK 0.000.820.53   0.16
XYZ31.115716.792614.1717
Yxy16.79260.50120.2705
Hunter Lab40.978863.82448.1809
CIE-Lab47.997668.74958.9845

#d72666 color RGB value is (215,38,102).

#d72666 hex color red value is 215, green value is 38 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d72666 hue: 0.94 , saturation: 0.70 and the lightness value of d72666 is 0.50.

The process color (four color CMYK) of #d72666 color hex is 0.00, 0.82, 0.53, 0.16. Web safe color of #d72666 is #cc3366. Color #d72666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 01100110
Octal 327 46 146
Decimal 215 38 102
Hex D7 26 66

RGB Percentages of Color #d72666

%60.56
%10.70
%28.73

CMYK Percentages of Color #d72666

%0
%82
%53
%16

Triadic Colors of #d72666

#d72666 #66d726 #2666d7

Analogous Colors of #d72666

#d72666 #d73f26 #d726bf

Monochromatic Colors of #d72666

#d72666

Complementary Color

#d72666 #26d797

#d72666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72666 Color CSS Codes

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

#d72666 Text Font Color

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

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


#d72666 Background Color

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

This div background color is #d72666


#d72666 Border Color

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

This div border color is #d72666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72666


Comments

No comments written yet.

Please login to write comment.