Color Hex Logo

#d6585f Color Hex

#D6585F
(214,88,95)
0 Favorites   0 Comments

Color spaces of #d6585f

RGB 2148895
HSL0.990.610.59
HSV357°59°84°
CMYK 0.000.590.56   0.16
XYZ33.286822.101813.3381
Yxy22.10180.48430.3216
Hunter Lab47.012644.113316.0874
CIE-Lab54.134850.131421.5935

#d6585f color RGB value is (214,88,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 01011111
Octal 326 130 137
Decimal 214 88 95
Hex D6 58 5F

RGB Percentages of Color #d6585f

%53.90
%22.17
%23.93

CMYK Percentages of Color #d6585f

%0
%59
%56
%16

Triadic Colors of #d6585f

#d6585f #5fd658 #585fd6

Analogous Colors of #d6585f

#d6585f #d69058 #d6589e

Monochromatic Colors of #d6585f

#d6585f

Complementary Color

#d6585f #58d6cf

#d6585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6585f Color CSS Codes

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

#d6585f Text Font Color

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

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


#d6585f Background Color

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

This div background color is #d6585f


#d6585f Border Color

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

This div border color is #d6585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6585f


Comments

No comments written yet.

Please login to write comment.