Color Hex Logo

#d72354 Color Hex

#D72354
(215,35,84)
0 Favorites   0 Comments

Color spaces of #d72354

RGB 2153584
HSL0.950.720.49
HSV344°84°84°
CMYK 0.000.840.61   0.16
XYZ30.225616.28929.9386
Yxy16.28920.53540.2885
Hunter Lab40.359963.049213.6518
CIE-Lab47.351668.216219.1767

#d72354 color RGB value is (215,35,84).

#d72354 hex color red value is 215, green value is 35 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d72354 hue: 0.95 , saturation: 0.72 and the lightness value of d72354 is 0.49.

The process color (four color CMYK) of #d72354 color hex is 0.00, 0.84, 0.61, 0.16. Web safe color of #d72354 is #cc3366. Color #d72354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100011 01010100
Octal 327 43 124
Decimal 215 35 84
Hex D7 23 54

RGB Percentages of Color #d72354

%64.37
%10.48
%25.15

CMYK Percentages of Color #d72354

%0
%84
%61
%16

Triadic Colors of #d72354

#d72354 #54d723 #2354d7

Analogous Colors of #d72354

#d72354 #d74c23 #d723ae

Monochromatic Colors of #d72354

#d72354

Complementary Color

#d72354 #23d7a6

#d72354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72354 Color CSS Codes

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

#d72354 Text Font Color

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

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


#d72354 Background Color

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

This div background color is #d72354


#d72354 Border Color

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

This div border color is #d72354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72354


Comments

No comments written yet.

Please login to write comment.