Color Hex Logo

#d8235e Color Hex

#D8235E
(216,35,94)
0 Favorites   0 Comments

Color spaces of #d8235e

RGB 2163594
HSL0.950.720.49
HSV340°84°85°
CMYK 0.000.840.56   0.15
XYZ30.940316.609112.1648
Yxy16.60910.51810.2781
Hunter Lab40.754364.195810.8304
CIE-Lab47.763769.109213.6111

#d8235e color RGB value is (216,35,94).

#d8235e hex color red value is 216, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d8235e hue: 0.95 , saturation: 0.72 and the lightness value of d8235e is 0.49.

The process color (four color CMYK) of #d8235e color hex is 0.00, 0.84, 0.56, 0.15. Web safe color of #d8235e is #cc3366. Color #d8235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 01011110
Octal 330 43 136
Decimal 216 35 94
Hex D8 23 5E

RGB Percentages of Color #d8235e

%62.61
%10.14
%27.25

CMYK Percentages of Color #d8235e

%0
%84
%56
%15

Triadic Colors of #d8235e

#d8235e #5ed823 #235ed8

Analogous Colors of #d8235e

#d8235e #d84323 #d823b9

Monochromatic Colors of #d8235e

#d8235e

Complementary Color

#d8235e #23d89d

#d8235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8235e Color CSS Codes

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

#d8235e Text Font Color

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

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


#d8235e Background Color

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

This div background color is #d8235e


#d8235e Border Color

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

This div border color is #d8235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8235e


Comments

No comments written yet.

Please login to write comment.