Color Hex Logo

#d7448c Color Hex

#D7448C
(215,68,140)
0 Favorites   0 Comments

Color spaces of #d7448c

RGB 21568140
HSL0.920.650.55
HSV331°68°84°
CMYK 0.000.680.35   0.16
XYZ34.825120.474826.9275
Yxy20.47480.42350.2490
Hunter Lab45.249158.1932-3.6088
CIE-Lab52.369863.0868-7.6590

#d7448c color RGB value is (215,68,140).

#d7448c hex color red value is 215, green value is 68 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d7448c hue: 0.92 , saturation: 0.65 and the lightness value of d7448c is 0.55.

The process color (four color CMYK) of #d7448c color hex is 0.00, 0.68, 0.35, 0.16. Web safe color of #d7448c is #cc3399. Color #d7448c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 10001100
Octal 327 104 214
Decimal 215 68 140
Hex D7 44 8C

RGB Percentages of Color #d7448c

%50.83
%16.08
%33.10

CMYK Percentages of Color #d7448c

%0
%68
%35
%16

Triadic Colors of #d7448c

#d7448c #8cd744 #448cd7

Analogous Colors of #d7448c

#d7448c #d74644 #d744d6

Monochromatic Colors of #d7448c

#d7448c

Complementary Color

#d7448c #44d78f

#d7448c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7448c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7448c Color CSS Codes

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

#d7448c Text Font Color

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

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


#d7448c Background Color

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

This div background color is #d7448c


#d7448c Border Color

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

This div border color is #d7448c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7448c


Comments

No comments written yet.

Please login to write comment.