Color Hex Logo

#d7284d Color Hex

#D7284D
(215,40,77)
0 Favorites   0 Comments

Color spaces of #d7284d

RGB 2154077
HSL0.960.690.50
HSV347°81°84°
CMYK 0.000.810.64   0.16
XYZ30.122716.50058.6184
Yxy16.50050.54530.2987
Hunter Lab40.620861.281815.8552
CIE-Lab47.624466.652823.8251

#d7284d color RGB value is (215,40,77).

#d7284d hex color red value is 215, green value is 40 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d7284d hue: 0.96 , saturation: 0.69 and the lightness value of d7284d is 0.50.

The process color (four color CMYK) of #d7284d color hex is 0.00, 0.81, 0.64, 0.16. Web safe color of #d7284d is #cc3366. Color #d7284d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101000 01001101
Octal 327 50 115
Decimal 215 40 77
Hex D7 28 4D

RGB Percentages of Color #d7284d

%64.76
%12.05
%23.19

CMYK Percentages of Color #d7284d

%0
%81
%64
%16

Triadic Colors of #d7284d

#d7284d #4dd728 #284dd7

Analogous Colors of #d7284d

#d7284d #d75b28 #d728a5

Monochromatic Colors of #d7284d

#d7284d

Complementary Color

#d7284d #28d7b2

#d7284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7284d Color CSS Codes

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

#d7284d Text Font Color

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

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


#d7284d Background Color

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

This div background color is #d7284d


#d7284d Border Color

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

This div border color is #d7284d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,40,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7284d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7284d;
  -webkit-box-shadow: 1px 1px 3px 2px #d7284d;
  box-shadow:         1px 1px 3px 2px #d7284d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,40,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7284d


Comments

No comments written yet.

Please login to write comment.