Color Hex Logo

#d4284e Color Hex

#D4284E
(212,40,78)
0 Favorites   0 Comments

Color spaces of #d4284e

RGB 2124078
HSL0.960.680.49
HSV347°81°83°
CMYK 0.000.810.63   0.17
XYZ29.285316.06478.7650
Yxy16.06470.54120.2969
Hunter Lab40.080860.280815.0908
CIE-Lab47.059365.900122.3666

#d4284e color RGB value is (212,40,78).

#d4284e hex color red value is 212, green value is 40 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d4284e hue: 0.96 , saturation: 0.68 and the lightness value of d4284e is 0.49.

The process color (four color CMYK) of #d4284e color hex is 0.00, 0.81, 0.63, 0.17. Web safe color of #d4284e is #cc3366. Color #d4284e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101000 01001110
Octal 324 50 116
Decimal 212 40 78
Hex D4 28 4E

RGB Percentages of Color #d4284e

%64.24
%12.12
%23.64

CMYK Percentages of Color #d4284e

%0
%81
%63
%17

Triadic Colors of #d4284e

#d4284e #4ed428 #284ed4

Analogous Colors of #d4284e

#d4284e #d45828 #d428a4

Monochromatic Colors of #d4284e

#d4284e

Complementary Color

#d4284e #28d4ae

#d4284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4284e Color CSS Codes

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

#d4284e Text Font Color

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

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


#d4284e Background Color

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

This div background color is #d4284e


#d4284e Border Color

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

This div border color is #d4284e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4284e


Comments

No comments written yet.

Please login to write comment.