Color Hex Logo

#d94376 Color Hex

#D94376
(217,67,118)
0 Favorites   0 Comments

Color spaces of #d94376

RGB 21767118
HSL0.940.660.56
HSV340°69°85°
CMYK 0.000.690.46   0.15
XYZ33.892420.074019.2279
Yxy20.07400.46300.2743
Hunter Lab44.804056.62095.9182
CIE-Lab51.920861.79934.8976

#d94376 color RGB value is (217,67,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 01110110
Octal 331 103 166
Decimal 217 67 118
Hex D9 43 76

RGB Percentages of Color #d94376

%53.98
%16.67
%29.35

CMYK Percentages of Color #d94376

%0
%69
%46
%15

Triadic Colors of #d94376

#d94376 #76d943 #4376d9

Analogous Colors of #d94376

#d94376 #d95b43 #d943c1

Monochromatic Colors of #d94376

#d94376

Complementary Color

#d94376 #43d9a6

#d94376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94376 Color CSS Codes

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

#d94376 Text Font Color

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

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


#d94376 Background Color

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

This div background color is #d94376


#d94376 Border Color

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

This div border color is #d94376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,67,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94376


Comments

No comments written yet.

Please login to write comment.