Color Hex Logo

#d8434b Color Hex

#D8434B
(216,67,75)
0 Favorites   0 Comments

Color spaces of #d8434b

RGB 2166775
HSL0.990.660.55
HSV357°69°85°
CMYK 0.000.690.65   0.15
XYZ31.596119.12128.6821
Yxy19.12120.53190.3219
Hunter Lab43.727852.453918.8375
CIE-Lab50.828758.311129.1387

#d8434b color RGB value is (216,67,75).

#d8434b hex color red value is 216, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d8434b hue: 0.99 , saturation: 0.66 and the lightness value of d8434b is 0.55.

The process color (four color CMYK) of #d8434b color hex is 0.00, 0.69, 0.65, 0.15. Web safe color of #d8434b is #cc3333. Color #d8434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 01001011
Octal 330 103 113
Decimal 216 67 75
Hex D8 43 4B

RGB Percentages of Color #d8434b

%60.34
%18.72
%20.95

CMYK Percentages of Color #d8434b

%0
%69
%65
%15

Triadic Colors of #d8434b

#d8434b #4bd843 #434bd8

Analogous Colors of #d8434b

#d8434b #d88643 #d84396

Monochromatic Colors of #d8434b

#d8434b

Complementary Color

#d8434b #43d8d0

#d8434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8434b Color CSS Codes

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

#d8434b Text Font Color

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

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


#d8434b Background Color

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

This div background color is #d8434b


#d8434b Border Color

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

This div border color is #d8434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8434b


Comments

No comments written yet.

Please login to write comment.