Color Hex Logo

#d5607d Color Hex

#D5607D
(213,96,125)
0 Favorites   0 Comments

Color spaces of #d5607d

RGB 21396125
HSL0.960.580.61
HSV345°55°84°
CMYK 0.000.550.41   0.16
XYZ35.325123.992522.1712
Yxy23.99250.43350.2944
Hunter Lab48.982143.01257.4506
CIE-Lab56.080348.79766.6134

#d5607d color RGB value is (213,96,125).

#d5607d hex color red value is 213, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d5607d hue: 0.96 , saturation: 0.58 and the lightness value of d5607d is 0.61.

The process color (four color CMYK) of #d5607d color hex is 0.00, 0.55, 0.41, 0.16. Web safe color of #d5607d is #cc6666. Color #d5607d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 01111101
Octal 325 140 175
Decimal 213 96 125
Hex D5 60 7D

RGB Percentages of Color #d5607d

%49.08
%22.12
%28.80

CMYK Percentages of Color #d5607d

%0
%55
%41
%16

Triadic Colors of #d5607d

#d5607d #7dd560 #607dd5

Analogous Colors of #d5607d

#d5607d #d57e60 #d560b8

Monochromatic Colors of #d5607d

#d5607d

Complementary Color

#d5607d #60d5b8

#d5607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5607d Color CSS Codes

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

#d5607d Text Font Color

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

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


#d5607d Background Color

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

This div background color is #d5607d


#d5607d Border Color

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

This div border color is #d5607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5607d


Comments

No comments written yet.

Please login to write comment.