Color Hex Logo

#d44550 Color Hex

#D44550
(212,69,80)
0 Favorites   0 Comments

Color spaces of #d44550

RGB 2126980
HSL0.990.620.55
HSV355°67°83°
CMYK 0.000.670.62   0.17
XYZ30.727518.83259.6049
Yxy18.83250.51940.3183
Hunter Lab43.396450.445917.2549
CIE-Lab50.490756.564725.6081

#d44550 color RGB value is (212,69,80).

#d44550 hex color red value is 212, green value is 69 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d44550 hue: 0.99 , saturation: 0.62 and the lightness value of d44550 is 0.55.

The process color (four color CMYK) of #d44550 color hex is 0.00, 0.67, 0.62, 0.17. Web safe color of #d44550 is #cc3366. Color #d44550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000101 01010000
Octal 324 105 120
Decimal 212 69 80
Hex D4 45 50

RGB Percentages of Color #d44550

%58.73
%19.11
%22.16

CMYK Percentages of Color #d44550

%0
%67
%62
%17

Triadic Colors of #d44550

#d44550 #50d445 #4550d4

Analogous Colors of #d44550

#d44550 #d48245 #d44598

Monochromatic Colors of #d44550

#d44550

Complementary Color

#d44550 #45d4c9

#d44550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44550 Color CSS Codes

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

#d44550 Text Font Color

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

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


#d44550 Background Color

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

This div background color is #d44550


#d44550 Border Color

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

This div border color is #d44550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,69,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44550


Comments

No comments written yet.

Please login to write comment.