Color Hex Logo

#d43057 Color Hex

#D43057
(212,48,87)
0 Favorites   0 Comments

Color spaces of #d43057

RGB 2124887
HSL0.960.660.51
HSV346°77°83°
CMYK 0.000.770.59   0.17
XYZ29.928616.799110.6820
Yxy16.79910.52130.2926
Hunter Lab40.986758.614413.2385
CIE-Lab48.005964.274718.1133

#d43057 color RGB value is (212,48,87).

#d43057 hex color red value is 212, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d43057 hue: 0.96 , saturation: 0.66 and the lightness value of d43057 is 0.51.

The process color (four color CMYK) of #d43057 color hex is 0.00, 0.77, 0.59, 0.17. Web safe color of #d43057 is #cc3366. Color #d43057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 01010111
Octal 324 60 127
Decimal 212 48 87
Hex D4 30 57

RGB Percentages of Color #d43057

%61.10
%13.83
%25.07

CMYK Percentages of Color #d43057

%0
%77
%59
%17

Triadic Colors of #d43057

#d43057 #57d430 #3057d4

Analogous Colors of #d43057

#d43057 #d45b30 #d430a9

Monochromatic Colors of #d43057

#d43057

Complementary Color

#d43057 #30d4ad

#d43057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43057 Color CSS Codes

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

#d43057 Text Font Color

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

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


#d43057 Background Color

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

This div background color is #d43057


#d43057 Border Color

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

This div border color is #d43057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43057


Comments

No comments written yet.

Please login to write comment.