Color Hex Logo

#d55658 Color Hex

#D55658
(213,86,88)
0 Favorites   0 Comments

Color spaces of #d55658

RGB 2138688
HSL1.000.600.59
HSV359°60°84°
CMYK 0.000.600.59   0.16
XYZ32.529821.506311.6691
Yxy21.50630.49510.3273
Hunter Lab46.374944.053317.5435
CIE-Lab53.499250.179024.8265

#d55658 color RGB value is (213,86,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 01011000
Octal 325 126 130
Decimal 213 86 88
Hex D5 56 58

RGB Percentages of Color #d55658

%55.04
%22.22
%22.74

CMYK Percentages of Color #d55658

%0
%60
%59
%16

Triadic Colors of #d55658

#d55658 #58d556 #5658d5

Analogous Colors of #d55658

#d55658 #d59456 #d55698

Monochromatic Colors of #d55658

#d55658

Complementary Color

#d55658 #56d5d3

#d55658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55658 Color CSS Codes

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

#d55658 Text Font Color

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

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


#d55658 Background Color

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

This div background color is #d55658


#d55658 Border Color

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

This div border color is #d55658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55658


Comments

No comments written yet.

Please login to write comment.