Color Hex Logo

#d72480 Color Hex

#D72480
(215,36,128)
0 Favorites   0 Comments

Color spaces of #d72480

RGB 21536128
HSL0.910.710.49
HSV329°83°84°
CMYK 0.000.830.40   0.16
XYZ32.551517.267322.0393
Yxy17.26730.45300.2403
Hunter Lab41.553967.1095-2.3584
CIE-Lab48.595171.3952-6.0583

#d72480 color RGB value is (215,36,128).

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

The process color (four color CMYK) of #d72480 color hex is 0.00, 0.83, 0.40, 0.16. Web safe color of #d72480 is #cc3399. Color #d72480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 10000000
Octal 327 44 200
Decimal 215 36 128
Hex D7 24 80

RGB Percentages of Color #d72480

%56.73
%9.50
%33.77

CMYK Percentages of Color #d72480

%0
%83
%40
%16

Triadic Colors of #d72480

#d72480 #80d724 #2480d7

Analogous Colors of #d72480

#d72480 #d72426 #d524d7

Monochromatic Colors of #d72480

#d72480

Complementary Color

#d72480 #24d77b

#d72480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72480 Color CSS Codes

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

#d72480 Text Font Color

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

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


#d72480 Background Color

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

This div background color is #d72480


#d72480 Border Color

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

This div border color is #d72480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72480


Comments

No comments written yet.

Please login to write comment.