Color Hex Logo

#d5759d Color Hex

#D5759D
(213,117,157)
0 Favorites   0 Comments

Color spaces of #d5759d

RGB 213117157
HSL0.930.530.65
HSV335°45°84°
CMYK 0.000.450.26   0.16
XYZ39.887729.303035.4520
Yxy29.30300.38120.2800
Hunter Lab54.132236.7975-0.9373
CIE-Lab61.048142.2395-4.7495

#d5759d color RGB value is (213,117,157).

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

The process color (four color CMYK) of #d5759d color hex is 0.00, 0.45, 0.26, 0.16. Web safe color of #d5759d is #cc6699. Color #d5759d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 10011101
Octal 325 165 235
Decimal 213 117 157
Hex D5 75 9D

RGB Percentages of Color #d5759d

%43.74
%24.02
%32.24

CMYK Percentages of Color #d5759d

%0
%45
%26
%16

Triadic Colors of #d5759d

#d5759d #9dd575 #759dd5

Analogous Colors of #d5759d

#d5759d #d57d75 #d575cd

Monochromatic Colors of #d5759d

#d5759d

Complementary Color

#d5759d #75d5ad

#d5759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5759d Color CSS Codes

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

#d5759d Text Font Color

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

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


#d5759d Background Color

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

This div background color is #d5759d


#d5759d Border Color

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

This div border color is #d5759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5759d


Comments

No comments written yet.

Please login to write comment.