Color Hex Logo

#d8448b Color Hex

#D8448B
(216,68,139)
0 Favorites   0 Comments

Color spaces of #d8448b

RGB 21668139
HSL0.920.650.56
HSV331°69°85°
CMYK 0.000.690.36   0.15
XYZ35.046220.597326.5546
Yxy20.59730.42640.2506
Hunter Lab45.384258.4172-2.9220
CIE-Lab52.505963.2558-6.8422

#d8448b color RGB value is (216,68,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 10001011
Octal 330 104 213
Decimal 216 68 139
Hex D8 44 8B

RGB Percentages of Color #d8448b

%51.06
%16.08
%32.86

CMYK Percentages of Color #d8448b

%0
%69
%36
%15

Triadic Colors of #d8448b

#d8448b #8bd844 #448bd8

Analogous Colors of #d8448b

#d8448b #d84744 #d844d5

Monochromatic Colors of #d8448b

#d8448b

Complementary Color

#d8448b #44d891

#d8448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8448b Color CSS Codes

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

#d8448b Text Font Color

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

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


#d8448b Background Color

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

This div background color is #d8448b


#d8448b Border Color

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

This div border color is #d8448b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,68,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8448b


Comments

No comments written yet.

Please login to write comment.