Color Hex Logo

#d94372 Color Hex

#D94372
(217,67,114)
0 Favorites   0 Comments

Color spaces of #d94372

RGB 21767114
HSL0.950.660.56
HSV341°69°85°
CMYK 0.000.690.47   0.15
XYZ33.659719.980918.0022
Yxy19.98090.46980.2789
Hunter Lab44.700056.18797.4119
CIE-Lab51.815661.43937.1531

#d94372 color RGB value is (217,67,114).

#d94372 hex color red value is 217, green value is 67 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d94372 hue: 0.95 , saturation: 0.66 and the lightness value of d94372 is 0.56.

The process color (four color CMYK) of #d94372 color hex is 0.00, 0.69, 0.47, 0.15. Web safe color of #d94372 is #cc3366. Color #d94372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 01110010
Octal 331 103 162
Decimal 217 67 114
Hex D9 43 72

RGB Percentages of Color #d94372

%54.52
%16.83
%28.64

CMYK Percentages of Color #d94372

%0
%69
%47
%15

Triadic Colors of #d94372

#d94372 #72d943 #4372d9

Analogous Colors of #d94372

#d94372 #d95f43 #d943bd

Monochromatic Colors of #d94372

#d94372

Complementary Color

#d94372 #43d9aa

#d94372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94372 Color CSS Codes

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

#d94372 Text Font Color

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

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


#d94372 Background Color

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

This div background color is #d94372


#d94372 Border Color

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

This div border color is #d94372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,67,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 #d94372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94372


Comments

No comments written yet.

Please login to write comment.