Color Hex Logo

#d4738f Color Hex

#D4738F
(212,115,143)
0 Favorites   0 Comments

Color spaces of #d4738f

RGB 212115143
HSL0.950.530.64
HSV343°46°83°
CMYK 0.000.460.33   0.17
XYZ38.240028.241729.4223
Yxy28.24170.39870.2945
Hunter Lab53.142935.44304.3744
CIE-Lab60.106541.07111.9170

#d4738f color RGB value is (212,115,143).

#d4738f hex color red value is 212, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d4738f hue: 0.95 , saturation: 0.53 and the lightness value of d4738f is 0.64.

The process color (four color CMYK) of #d4738f color hex is 0.00, 0.46, 0.33, 0.17. Web safe color of #d4738f is #cc6699. Color #d4738f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 10001111
Octal 324 163 217
Decimal 212 115 143
Hex D4 73 8F

RGB Percentages of Color #d4738f

%45.11
%24.47
%30.43

CMYK Percentages of Color #d4738f

%0
%46
%33
%17

Triadic Colors of #d4738f

#d4738f #8fd473 #738fd4

Analogous Colors of #d4738f

#d4738f #d48873 #d473c0

Monochromatic Colors of #d4738f

#d4738f

Complementary Color

#d4738f #73d4b8

#d4738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4738f Color CSS Codes

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

#d4738f Text Font Color

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

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


#d4738f Background Color

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

This div background color is #d4738f


#d4738f Border Color

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

This div border color is #d4738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4738f


Comments

No comments written yet.

Please login to write comment.