Color Hex Logo

#d6585d Color Hex

#D6585D
(214,88,93)
0 Favorites   0 Comments

Color spaces of #d6585d

RGB 2148893
HSL0.990.610.59
HSV358°59°84°
CMYK 0.000.590.57   0.16
XYZ33.197122.065912.8654
Yxy22.06590.48730.3239
Hunter Lab46.974443.942116.6436
CIE-Lab54.096949.978322.7155

#d6585d color RGB value is (214,88,93).

#d6585d hex color red value is 214, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d6585d hue: 0.99 , saturation: 0.61 and the lightness value of d6585d is 0.59.

The process color (four color CMYK) of #d6585d color hex is 0.00, 0.59, 0.57, 0.16. Web safe color of #d6585d is #cc6666. Color #d6585d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 01011101
Octal 326 130 135
Decimal 214 88 93
Hex D6 58 5D

RGB Percentages of Color #d6585d

%54.18
%22.28
%23.54

CMYK Percentages of Color #d6585d

%0
%59
%57
%16

Triadic Colors of #d6585d

#d6585d #5dd658 #585dd6

Analogous Colors of #d6585d

#d6585d #d69258 #d6589c

Monochromatic Colors of #d6585d

#d6585d

Complementary Color

#d6585d #58d6d1

#d6585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6585d Color CSS Codes

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

#d6585d Text Font Color

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

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


#d6585d Background Color

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

This div background color is #d6585d


#d6585d Border Color

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

This div border color is #d6585d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,88,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6585d

#d6585d Color Palettes


Comments

No comments written yet.

Please login to write comment.