Color Hex Logo

#d13a5a Color Hex

#D13A5A
(209,58,90)
0 Favorites   0 Comments

Color spaces of #d13a5a

RGB 2095890
HSL0.960.620.52
HSV347°72°82°
CMYK 0.000.720.57   0.18
XYZ29.653017.319611.4530
Yxy17.31960.50750.2964
Hunter Lab41.616854.356212.8151
CIE-Lab48.660260.406917.0735

#d13a5a color RGB value is (209,58,90).

#d13a5a hex color red value is 209, green value is 58 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d13a5a hue: 0.96 , saturation: 0.62 and the lightness value of d13a5a is 0.52.

The process color (four color CMYK) of #d13a5a color hex is 0.00, 0.72, 0.57, 0.18. Web safe color of #d13a5a is #cc3366. Color #d13a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111010 01011010
Octal 321 72 132
Decimal 209 58 90
Hex D1 3A 5A

RGB Percentages of Color #d13a5a

%58.54
%16.25
%25.21

CMYK Percentages of Color #d13a5a

%0
%72
%57
%18

Triadic Colors of #d13a5a

#d13a5a #5ad13a #3a5ad1

Analogous Colors of #d13a5a

#d13a5a #d1663a #d13aa6

Monochromatic Colors of #d13a5a

#d13a5a

Complementary Color

#d13a5a #3ad1b1

#d13a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13a5a Color CSS Codes

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

#d13a5a Text Font Color

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

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


#d13a5a Background Color

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

This div background color is #d13a5a


#d13a5a Border Color

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

This div border color is #d13a5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,58,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 #d13a5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13a5a


Comments

No comments written yet.

Please login to write comment.