Color Hex Logo

#d9388c Color Hex

#D9388C
(217,56,140)
0 Favorites   0 Comments

Color spaces of #d9388c

RGB 21756140
HSL0.910.680.54
HSV329°74°85°
CMYK 0.000.740.35   0.15
XYZ34.763119.473526.7375
Yxy19.47350.42930.2405
Hunter Lab44.128863.3906-5.0335
CIE-Lab51.236667.7588-9.3168

#d9388c color RGB value is (217,56,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 10001100
Octal 331 70 214
Decimal 217 56 140
Hex D9 38 8C

RGB Percentages of Color #d9388c

%52.54
%13.56
%33.90

CMYK Percentages of Color #d9388c

%0
%74
%35
%15

Triadic Colors of #d9388c

#d9388c #8cd938 #388cd9

Analogous Colors of #d9388c

#d9388c #d9383c #d638d9

Monochromatic Colors of #d9388c

#d9388c

Complementary Color

#d9388c #38d985

#d9388c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9388c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9388c Color CSS Codes

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

#d9388c Text Font Color

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

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


#d9388c Background Color

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

This div background color is #d9388c


#d9388c Border Color

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

This div border color is #d9388c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,56,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9388c


Comments

No comments written yet.

Please login to write comment.