Color Hex Logo

#d55460 Color Hex

#D55460
(213,84,96)
0 Favorites   0 Comments

Color spaces of #d55460

RGB 2138496
HSL0.980.610.58
HSV354°61°84°
CMYK 0.000.610.55   0.16
XYZ32.722221.331313.4590
Yxy21.33130.48470.3160
Hunter Lab46.185845.640315.0524
CIE-Lab53.310251.681919.8724

#d55460 color RGB value is (213,84,96).

#d55460 hex color red value is 213, green value is 84 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d55460 hue: 0.98 , saturation: 0.61 and the lightness value of d55460 is 0.58.

The process color (four color CMYK) of #d55460 color hex is 0.00, 0.61, 0.55, 0.16. Web safe color of #d55460 is #cc6666. Color #d55460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 01100000
Octal 325 124 140
Decimal 213 84 96
Hex D5 54 60

RGB Percentages of Color #d55460

%54.20
%21.37
%24.43

CMYK Percentages of Color #d55460

%0
%61
%55
%16

Triadic Colors of #d55460

#d55460 #60d554 #5460d5

Analogous Colors of #d55460

#d55460 #d58954 #d554a1

Monochromatic Colors of #d55460

#d55460

Complementary Color

#d55460 #54d5c9

#d55460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55460 Color CSS Codes

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

#d55460 Text Font Color

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

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


#d55460 Background Color

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

This div background color is #d55460


#d55460 Border Color

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

This div border color is #d55460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55460


Comments

No comments written yet.

Please login to write comment.