Color Hex Logo

#d1545a Color Hex

#D1545A
(209,84,90)
0 Favorites   0 Comments

Color spaces of #d1545a

RGB 2098490
HSL0.990.580.57
HSV357°60°82°
CMYK 0.000.600.57   0.18
XYZ31.310320.634112.0054
Yxy20.63410.48960.3227
Hunter Lab45.424843.542816.1275
CIE-Lab52.546749.858422.2802

#d1545a color RGB value is (209,84,90).

#d1545a hex color red value is 209, green value is 84 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d1545a hue: 0.99 , saturation: 0.58 and the lightness value of d1545a is 0.57.

The process color (four color CMYK) of #d1545a color hex is 0.00, 0.60, 0.57, 0.18. Web safe color of #d1545a is #cc6666. Color #d1545a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010100 01011010
Octal 321 124 132
Decimal 209 84 90
Hex D1 54 5A

RGB Percentages of Color #d1545a

%54.57
%21.93
%23.50

CMYK Percentages of Color #d1545a

%0
%60
%57
%18

Triadic Colors of #d1545a

#d1545a #5ad154 #545ad1

Analogous Colors of #d1545a

#d1545a #d18d54 #d15499

Monochromatic Colors of #d1545a

#d1545a

Complementary Color

#d1545a #54d1cb

#d1545a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1545a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1545a Color CSS Codes

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

#d1545a Text Font Color

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

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


#d1545a Background Color

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

This div background color is #d1545a


#d1545a Border Color

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

This div border color is #d1545a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1545a


Comments

No comments written yet.

Please login to write comment.