Color Hex Logo

#d9378a Color Hex

#D9378A
(217,55,138)
0 Favorites   0 Comments

Color spaces of #d9378a

RGB 21755138
HSL0.910.680.53
HSV329°75°85°
CMYK 0.000.750.36   0.15
XYZ34.568919.319125.9517
Yxy19.31910.43300.2420
Hunter Lab43.953563.4695-4.2395
CIE-Lab51.058567.8597-8.3849

#d9378a color RGB value is (217,55,138).

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

The process color (four color CMYK) of #d9378a color hex is 0.00, 0.75, 0.36, 0.15. Web safe color of #d9378a is #cc3399. Color #d9378a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110111 10001010
Octal 331 67 212
Decimal 217 55 138
Hex D9 37 8A

RGB Percentages of Color #d9378a

%52.93
%13.41
%33.66

CMYK Percentages of Color #d9378a

%0
%75
%36
%15

Triadic Colors of #d9378a

#d9378a #8ad937 #378ad9

Analogous Colors of #d9378a

#d9378a #d93739 #d737d9

Monochromatic Colors of #d9378a

#d9378a

Complementary Color

#d9378a #37d986

#d9378a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9378a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9378a Color CSS Codes

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

#d9378a Text Font Color

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

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


#d9378a Background Color

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

This div background color is #d9378a


#d9378a Border Color

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

This div border color is #d9378a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9378a


Comments

No comments written yet.

Please login to write comment.