Color Hex Logo

#d6284d Color Hex

#D6284D
(214,40,77)
0 Favorites   0 Comments

Color spaces of #d6284d

RGB 2144077
HSL0.960.690.50
HSV347°81°84°
CMYK 0.000.810.64   0.16
XYZ29.829916.34958.6047
Yxy16.34950.54450.2984
Hunter Lab40.434560.925015.6869
CIE-Lab47.429766.383823.5350

#d6284d color RGB value is (214,40,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101000 01001101
Octal 326 50 115
Decimal 214 40 77
Hex D6 28 4D

RGB Percentages of Color #d6284d

%64.65
%12.08
%23.26

CMYK Percentages of Color #d6284d

%0
%81
%64
%16

Triadic Colors of #d6284d

#d6284d #4dd628 #284dd6

Analogous Colors of #d6284d

#d6284d #d65a28 #d628a4

Monochromatic Colors of #d6284d

#d6284d

Complementary Color

#d6284d #28d6b1

#d6284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6284d Color CSS Codes

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

#d6284d Text Font Color

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

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


#d6284d Background Color

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

This div background color is #d6284d


#d6284d Border Color

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

This div border color is #d6284d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6284d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6284d


Comments

No comments written yet.

Please login to write comment.