Color Hex Logo

#d9388f Color Hex

#D9388F
(217,56,143)
0 Favorites   0 Comments

Color spaces of #d9388f

RGB 21756143
HSL0.910.680.54
HSV328°74°85°
CMYK 0.000.740.34   0.15
XYZ34.987419.563227.9186
Yxy19.56320.42420.2372
Hunter Lab44.230363.7954-6.4632
CIE-Lab51.339768.0819-10.9567

#d9388f color RGB value is (217,56,143).

#d9388f hex color red value is 217, green value is 56 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d9388f hue: 0.91 , saturation: 0.68 and the lightness value of d9388f is 0.54.

The process color (four color CMYK) of #d9388f color hex is 0.00, 0.74, 0.34, 0.15. Web safe color of #d9388f is #cc3399. Color #d9388f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 10001111
Octal 331 70 217
Decimal 217 56 143
Hex D9 38 8F

RGB Percentages of Color #d9388f

%52.16
%13.46
%34.38

CMYK Percentages of Color #d9388f

%0
%74
%34
%15

Triadic Colors of #d9388f

#d9388f #8fd938 #388fd9

Analogous Colors of #d9388f

#d9388f #d9383f #d338d9

Monochromatic Colors of #d9388f

#d9388f

Complementary Color

#d9388f #38d982

#d9388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9388f Color CSS Codes

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

#d9388f Text Font Color

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

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


#d9388f Background Color

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

This div background color is #d9388f


#d9388f Border Color

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

This div border color is #d9388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9388f


Comments

No comments written yet.

Please login to write comment.