Color Hex Logo

#d8278d Color Hex

#D8278D
(216,39,141)
0 Favorites   0 Comments

Color spaces of #d8278d

RGB 21639141
HSL0.900.690.50
HSV325°82°85°
CMYK 0.000.820.35   0.15
XYZ33.852117.973126.8842
Yxy17.97310.43010.2283
Hunter Lab42.394768.3413-7.9219
CIE-Lab49.463572.2506-12.6027

#d8278d color RGB value is (216,39,141).

#d8278d hex color red value is 216, green value is 39 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d8278d hue: 0.90 , saturation: 0.69 and the lightness value of d8278d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 10001101
Octal 330 47 215
Decimal 216 39 141
Hex D8 27 8D

RGB Percentages of Color #d8278d

%54.55
%9.85
%35.61

CMYK Percentages of Color #d8278d

%0
%82
%35
%15

Triadic Colors of #d8278d

#d8278d #8dd827 #278dd8

Analogous Colors of #d8278d

#d8278d #d82735 #cb27d8

Monochromatic Colors of #d8278d

#d8278d

Complementary Color

#d8278d #27d872

#d8278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8278d Color CSS Codes

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

#d8278d Text Font Color

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

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


#d8278d Background Color

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

This div background color is #d8278d


#d8278d Border Color

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

This div border color is #d8278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8278d


Comments

No comments written yet.

Please login to write comment.