Color Hex Logo

#d73272 Color Hex

#D73272
(215,50,114)
0 Favorites   0 Comments

Color spaces of #d73272

RGB 21550114
HSL0.940.670.52
HSV337°77°84°
CMYK 0.000.770.47   0.16
XYZ32.202217.943217.6857
Yxy17.94320.47470.2645
Hunter Lab42.359461.56914.8971
CIE-Lab49.427166.55303.6821

#d73272 color RGB value is (215,50,114).

#d73272 hex color red value is 215, green value is 50 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d73272 hue: 0.94 , saturation: 0.67 and the lightness value of d73272 is 0.52.

The process color (four color CMYK) of #d73272 color hex is 0.00, 0.77, 0.47, 0.16. Web safe color of #d73272 is #cc3366. Color #d73272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110010 01110010
Octal 327 62 162
Decimal 215 50 114
Hex D7 32 72

RGB Percentages of Color #d73272

%56.73
%13.19
%30.08

CMYK Percentages of Color #d73272

%0
%77
%47
%16

Triadic Colors of #d73272

#d73272 #72d732 #3272d7

Analogous Colors of #d73272

#d73272 #d74532 #d732c5

Monochromatic Colors of #d73272

#d73272

Complementary Color

#d73272 #32d797

#d73272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73272 Color CSS Codes

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

#d73272 Text Font Color

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

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


#d73272 Background Color

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

This div background color is #d73272


#d73272 Border Color

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

This div border color is #d73272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73272


Comments

No comments written yet.

Please login to write comment.