Color Hex Logo

#da4766 Color Hex

#DA4766
(218,71,102)
0 Favorites   0 Comments

Color spaces of #da4766

RGB 21871102
HSL0.960.670.57
HSV347°67°85°
CMYK 0.000.670.53   0.15
XYZ33.565020.371214.7333
Yxy20.37120.48880.2967
Hunter Lab45.134553.759212.2400
CIE-Lab52.254359.216215.0021

#da4766 color RGB value is (218,71,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 01100110
Octal 332 107 146
Decimal 218 71 102
Hex DA 47 66

RGB Percentages of Color #da4766

%55.75
%18.16
%26.09

CMYK Percentages of Color #da4766

%0
%67
%53
%15

Triadic Colors of #da4766

#da4766 #66da47 #4766da

Analogous Colors of #da4766

#da4766 #da7247 #da47b0

Monochromatic Colors of #da4766

#da4766

Complementary Color

#da4766 #47dabb

#da4766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4766 Color CSS Codes

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

#da4766 Text Font Color

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

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


#da4766 Background Color

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

This div background color is #da4766


#da4766 Border Color

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

This div border color is #da4766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4766


Comments

No comments written yet.

Please login to write comment.