Color Hex Logo

#d4378f Color Hex

#D4378F
(212,55,143)
0 Favorites   0 Comments

Color spaces of #d4378f

RGB 21255143
HSL0.910.650.52
HSV326°74°83°
CMYK 0.000.740.33   0.17
XYZ33.475518.712627.8341
Yxy18.71260.41830.2338
Hunter Lab43.258162.4316-7.8691
CIE-Lab50.349367.1133-12.5361

#d4378f color RGB value is (212,55,143).

#d4378f hex color red value is 212, green value is 55 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d4378f hue: 0.91 , saturation: 0.65 and the lightness value of d4378f is 0.52.

The process color (four color CMYK) of #d4378f color hex is 0.00, 0.74, 0.33, 0.17. Web safe color of #d4378f is #cc3399. Color #d4378f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110111 10001111
Octal 324 67 217
Decimal 212 55 143
Hex D4 37 8F

RGB Percentages of Color #d4378f

%51.71
%13.41
%34.88

CMYK Percentages of Color #d4378f

%0
%74
%33
%17

Triadic Colors of #d4378f

#d4378f #8fd437 #378fd4

Analogous Colors of #d4378f

#d4378f #d43741 #cb37d4

Monochromatic Colors of #d4378f

#d4378f

Complementary Color

#d4378f #37d47c

#d4378f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4378f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4378f Color CSS Codes

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

#d4378f Text Font Color

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

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


#d4378f Background Color

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

This div background color is #d4378f


#d4378f Border Color

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

This div border color is #d4378f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4378f


Comments

No comments written yet.

Please login to write comment.