Color Hex Logo

#d94554 Color Hex

#D94554
(217,69,84)
0 Favorites   0 Comments

Color spaces of #d94554

RGB 2176984
HSL0.980.660.56
HSV354°68°85°
CMYK 0.000.680.61   0.15
XYZ32.343619.648110.4753
Yxy19.64810.51780.3145
Hunter Lab44.326252.675817.0167
CIE-Lab51.437058.399324.6278

#d94554 color RGB value is (217,69,84).

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

The process color (four color CMYK) of #d94554 color hex is 0.00, 0.68, 0.61, 0.15. Web safe color of #d94554 is #cc3366. Color #d94554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000101 01010100
Octal 331 105 124
Decimal 217 69 84
Hex D9 45 54

RGB Percentages of Color #d94554

%58.65
%18.65
%22.70

CMYK Percentages of Color #d94554

%0
%68
%61
%15

Triadic Colors of #d94554

#d94554 #54d945 #4554d9

Analogous Colors of #d94554

#d94554 #d98045 #d9459e

Monochromatic Colors of #d94554

#d94554

Complementary Color

#d94554 #45d9ca

#d94554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94554 Color CSS Codes

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

#d94554 Text Font Color

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

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


#d94554 Background Color

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

This div background color is #d94554


#d94554 Border Color

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

This div border color is #d94554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94554


Comments

No comments written yet.

Please login to write comment.