Color Hex Logo

#d7398d Color Hex

#D7398D
(215,57,141)
0 Favorites   0 Comments

Color spaces of #d7398d

RGB 21557141
HSL0.910.660.53
HSV328°73°84°
CMYK 0.000.730.34   0.16
XYZ34.295219.296427.1163
Yxy19.29640.42490.2391
Hunter Lab43.927762.4851-5.8500
CIE-Lab51.032267.0285-10.2580

#d7398d color RGB value is (215,57,141).

#d7398d hex color red value is 215, green value is 57 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d7398d hue: 0.91 , saturation: 0.66 and the lightness value of d7398d is 0.53.

The process color (four color CMYK) of #d7398d color hex is 0.00, 0.73, 0.34, 0.16. Web safe color of #d7398d is #cc3399. Color #d7398d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 10001101
Octal 327 71 215
Decimal 215 57 141
Hex D7 39 8D

RGB Percentages of Color #d7398d

%52.06
%13.80
%34.14

CMYK Percentages of Color #d7398d

%0
%73
%34
%16

Triadic Colors of #d7398d

#d7398d #8dd739 #398dd7

Analogous Colors of #d7398d

#d7398d #d7393e #d239d7

Monochromatic Colors of #d7398d

#d7398d

Complementary Color

#d7398d #39d783

#d7398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7398d Color CSS Codes

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

#d7398d Text Font Color

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

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


#d7398d Background Color

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

This div background color is #d7398d


#d7398d Border Color

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

This div border color is #d7398d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,57,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7398d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7398d;
  -webkit-box-shadow: 1px 1px 3px 2px #d7398d;
  box-shadow:         1px 1px 3px 2px #d7398d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,57,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7398d


Comments

No comments written yet.

Please login to write comment.