Color Hex Logo

#da478d Color Hex

#DA478D
(218,71,141)
0 Favorites   0 Comments

Color spaces of #da478d

RGB 21871141
HSL0.920.670.57
HSV331°67°85°
CMYK 0.000.670.35   0.15
XYZ35.974421.335027.4213
Yxy21.33500.42460.2518
Hunter Lab46.189858.1904-2.8655
CIE-Lab53.314262.9096-6.7935

#da478d color RGB value is (218,71,141).

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

The process color (four color CMYK) of #da478d color hex is 0.00, 0.67, 0.35, 0.15. Web safe color of #da478d is #cc3399. Color #da478d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 10001101
Octal 332 107 215
Decimal 218 71 141
Hex DA 47 8D

RGB Percentages of Color #da478d

%50.70
%16.51
%32.79

CMYK Percentages of Color #da478d

%0
%67
%35
%15

Triadic Colors of #da478d

#da478d #8dda47 #478dda

Analogous Colors of #da478d

#da478d #da4b47 #da47d7

Monochromatic Colors of #da478d

#da478d

Complementary Color

#da478d #47da94

#da478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da478d Color CSS Codes

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

#da478d Text Font Color

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

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


#da478d Background Color

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

This div background color is #da478d


#da478d Border Color

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

This div border color is #da478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da478d


Comments

No comments written yet.

Please login to write comment.