Color Hex Logo

#d8295d Color Hex

#D8295D
(216,41,93)
0 Favorites   0 Comments

Color spaces of #d8295d

RGB 2164193
HSL0.950.690.50
HSV342°81°85°
CMYK 0.000.810.57   0.15
XYZ31.087616.975111.9940
Yxy16.97510.51760.2827
Hunter Lab41.200862.583511.5807
CIE-Lab48.228667.650014.8657

#d8295d color RGB value is (216,41,93).

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

The process color (four color CMYK) of #d8295d color hex is 0.00, 0.81, 0.57, 0.15. Web safe color of #d8295d is #cc3366. Color #d8295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 01011101
Octal 330 51 135
Decimal 216 41 93
Hex D8 29 5D

RGB Percentages of Color #d8295d

%61.71
%11.71
%26.57

CMYK Percentages of Color #d8295d

%0
%81
%57
%15

Triadic Colors of #d8295d

#d8295d #5dd829 #295dd8

Analogous Colors of #d8295d

#d8295d #d84d29 #d829b5

Monochromatic Colors of #d8295d

#d8295d

Complementary Color

#d8295d #29d8a4

#d8295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8295d Color CSS Codes

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

#d8295d Text Font Color

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

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


#d8295d Background Color

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

This div background color is #d8295d


#d8295d Border Color

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

This div border color is #d8295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8295d


Comments

No comments written yet.

Please login to write comment.