Color Hex Logo

#d5739f Color Hex

#D5739F
(213,115,159)
0 Favorites   0 Comments

Color spaces of #d5739f

RGB 213115159
HSL0.930.540.64
HSV333°46°84°
CMYK 0.000.460.25   0.16
XYZ39.829328.910836.2820
Yxy28.91080.37920.2753
Hunter Lab53.768838.1288-2.3695
CIE-Lab60.702843.5450-6.4103

#d5739f color RGB value is (213,115,159).

#d5739f hex color red value is 213, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d5739f hue: 0.93 , saturation: 0.54 and the lightness value of d5739f is 0.64.

The process color (four color CMYK) of #d5739f color hex is 0.00, 0.46, 0.25, 0.16. Web safe color of #d5739f is #cc6699. Color #d5739f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110011 10011111
Octal 325 163 237
Decimal 213 115 159
Hex D5 73 9F

RGB Percentages of Color #d5739f

%43.74
%23.61
%32.65

CMYK Percentages of Color #d5739f

%0
%46
%25
%16

Triadic Colors of #d5739f

#d5739f #9fd573 #739fd5

Analogous Colors of #d5739f

#d5739f #d57873 #d573d0

Monochromatic Colors of #d5739f

#d5739f

Complementary Color

#d5739f #73d5a9

#d5739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5739f Color CSS Codes

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

#d5739f Text Font Color

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

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


#d5739f Background Color

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

This div background color is #d5739f


#d5739f Border Color

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

This div border color is #d5739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5739f


Comments

No comments written yet.

Please login to write comment.