Color Hex Logo

#d6585b Color Hex

#D6585B
(214,88,91)
0 Favorites   0 Comments

Color spaces of #d6585b

RGB 2148891
HSL1.000.610.59
HSV359°59°84°
CMYK 0.000.590.57   0.16
XYZ33.109622.030912.4049
Yxy22.03090.49020.3262
Hunter Lab46.937143.774717.1863
CIE-Lab54.059849.828523.8368

#d6585b color RGB value is (214,88,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 01011011
Octal 326 130 133
Decimal 214 88 91
Hex D6 58 5B

RGB Percentages of Color #d6585b

%54.45
%22.39
%23.16

CMYK Percentages of Color #d6585b

%0
%59
%57
%16

Triadic Colors of #d6585b

#d6585b #5bd658 #585bd6

Analogous Colors of #d6585b

#d6585b #d69458 #d6589a

Monochromatic Colors of #d6585b

#d6585b

Complementary Color

#d6585b #58d6d3

#d6585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6585b Color CSS Codes

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

#d6585b Text Font Color

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

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


#d6585b Background Color

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

This div background color is #d6585b


#d6585b Border Color

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

This div border color is #d6585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6585b


Comments

No comments written yet.

Please login to write comment.