Color Hex Logo

#d8353c Color Hex

#D8353C
(216,53,60)
0 Favorites   0 Comments

Color spaces of #d8353c

RGB 2165360
HSL0.990.680.53
HSV357°75°85°
CMYK 0.000.750.72   0.15
XYZ30.407617.47146.0446
Yxy17.47140.56390.3240
Hunter Lab41.798856.706420.6851
CIE-Lab48.848662.447535.5124

#d8353c color RGB value is (216,53,60).

#d8353c hex color red value is 216, green value is 53 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d8353c hue: 0.99 , saturation: 0.68 and the lightness value of d8353c is 0.53.

The process color (four color CMYK) of #d8353c color hex is 0.00, 0.75, 0.72, 0.15. Web safe color of #d8353c is #cc3333. Color #d8353c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 00111100
Octal 330 65 74
Decimal 216 53 60
Hex D8 35 3C

RGB Percentages of Color #d8353c

%65.65
%16.11
%18.24

CMYK Percentages of Color #d8353c

%0
%75
%72
%15

Triadic Colors of #d8353c

#d8353c #3cd835 #353cd8

Analogous Colors of #d8353c

#d8353c #d88035 #d8358e

Monochromatic Colors of #d8353c

#d8353c

Complementary Color

#d8353c #35d8d1

#d8353c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8353c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8353c Color CSS Codes

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

#d8353c Text Font Color

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

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


#d8353c Background Color

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

This div background color is #d8353c


#d8353c Border Color

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

This div border color is #d8353c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8353c


Comments

No comments written yet.

Please login to write comment.