Color Hex Logo

#da476d Color Hex

#DA476D
(218,71,109)
0 Favorites   0 Comments

Color spaces of #da476d

RGB 21871109
HSL0.960.670.57
HSV344°67°85°
CMYK 0.000.670.50   0.15
XYZ33.927020.516016.6398
Yxy20.51600.47730.2886
Hunter Lab45.294654.43639.9249
CIE-Lab52.415759.786811.0297

#da476d color RGB value is (218,71,109).

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

The process color (four color CMYK) of #da476d color hex is 0.00, 0.67, 0.50, 0.15. Web safe color of #da476d is #cc3366. Color #da476d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 01101101
Octal 332 107 155
Decimal 218 71 109
Hex DA 47 6D

RGB Percentages of Color #da476d

%54.77
%17.84
%27.39

CMYK Percentages of Color #da476d

%0
%67
%50
%15

Triadic Colors of #da476d

#da476d #6dda47 #476dda

Analogous Colors of #da476d

#da476d #da6b47 #da47b7

Monochromatic Colors of #da476d

#da476d

Complementary Color

#da476d #47dab4

#da476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da476d Color CSS Codes

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

#da476d Text Font Color

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

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


#da476d Background Color

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

This div background color is #da476d


#da476d Border Color

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

This div border color is #da476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da476d


Comments

No comments written yet.

Please login to write comment.