Color Hex Logo

#d5478d Color Hex

#D5478D
(213,71,141)
0 Favorites   0 Comments

Color spaces of #d5478d

RGB 21371141
HSL0.920.630.56
HSV330°67°84°
CMYK 0.000.670.34   0.16
XYZ34.501520.575727.3524
Yxy20.57570.41860.2496
Hunter Lab45.360456.3877-3.9996
CIE-Lab52.482061.4918-8.1225

#d5478d color RGB value is (213,71,141).

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

The process color (four color CMYK) of #d5478d color hex is 0.00, 0.67, 0.34, 0.16. Web safe color of #d5478d is #cc3399. Color #d5478d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 10001101
Octal 325 107 215
Decimal 213 71 141
Hex D5 47 8D

RGB Percentages of Color #d5478d

%50.12
%16.71
%33.18

CMYK Percentages of Color #d5478d

%0
%67
%34
%16

Triadic Colors of #d5478d

#d5478d #8dd547 #478dd5

Analogous Colors of #d5478d

#d5478d #d54847 #d547d4

Monochromatic Colors of #d5478d

#d5478d

Complementary Color

#d5478d #47d58f

#d5478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5478d Color CSS Codes

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

#d5478d Text Font Color

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

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


#d5478d Background Color

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

This div background color is #d5478d


#d5478d Border Color

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

This div border color is #d5478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5478d


Comments

No comments written yet.

Please login to write comment.