Color Hex Logo

#d5386a Color Hex

#D5386A
(213,56,106)
0 Favorites   0 Comments

Color spaces of #d5386a

RGB 21356106
HSL0.950.650.53
HSV341°74°84°
CMYK 0.000.740.50   0.16
XYZ31.456318.015115.4550
Yxy18.01510.48450.2775
Hunter Lab42.444258.01288.1220
CIE-Lab49.514463.46458.6282

#d5386a color RGB value is (213,56,106).

#d5386a hex color red value is 213, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d5386a hue: 0.95 , saturation: 0.65 and the lightness value of d5386a is 0.53.

The process color (four color CMYK) of #d5386a color hex is 0.00, 0.74, 0.50, 0.16. Web safe color of #d5386a is #cc3366. Color #d5386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 01101010
Octal 325 70 152
Decimal 213 56 106
Hex D5 38 6A

RGB Percentages of Color #d5386a

%56.80
%14.93
%28.27

CMYK Percentages of Color #d5386a

%0
%74
%50
%16

Triadic Colors of #d5386a

#d5386a #6ad538 #386ad5

Analogous Colors of #d5386a

#d5386a #d55438 #d538b9

Monochromatic Colors of #d5386a

#d5386a

Complementary Color

#d5386a #38d5a3

#d5386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5386a Color CSS Codes

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

#d5386a Text Font Color

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

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


#d5386a Background Color

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

This div background color is #d5386a


#d5386a Border Color

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

This div border color is #d5386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5386a


Comments

No comments written yet.

Please login to write comment.