Color Hex Logo

#d5477d Color Hex

#D5477D
(213,71,125)
0 Favorites   0 Comments

Color spaces of #d5477d

RGB 21371125
HSL0.940.630.56
HSV337°67°84°
CMYK 0.000.670.41   0.16
XYZ33.395520.133321.5280
Yxy20.13330.44490.2682
Hunter Lab44.870154.32942.9627
CIE-Lab51.987659.77000.7060

#d5477d color RGB value is (213,71,125).

#d5477d hex color red value is 213, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d5477d hue: 0.94 , saturation: 0.63 and the lightness value of d5477d is 0.56.

The process color (four color CMYK) of #d5477d color hex is 0.00, 0.67, 0.41, 0.16. Web safe color of #d5477d is #cc3366. Color #d5477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 01111101
Octal 325 107 175
Decimal 213 71 125
Hex D5 47 7D

RGB Percentages of Color #d5477d

%52.08
%17.36
%30.56

CMYK Percentages of Color #d5477d

%0
%67
%41
%16

Triadic Colors of #d5477d

#d5477d #7dd547 #477dd5

Analogous Colors of #d5477d

#d5477d #d55847 #d547c4

Monochromatic Colors of #d5477d

#d5477d

Complementary Color

#d5477d #47d59f

#d5477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5477d Color CSS Codes

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

#d5477d Text Font Color

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

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


#d5477d Background Color

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

This div background color is #d5477d


#d5477d Border Color

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

This div border color is #d5477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5477d


Comments

No comments written yet.

Please login to write comment.