Color Hex Logo

#da457c Color Hex

#DA457C
(218,69,124)
0 Favorites   0 Comments

Color spaces of #da457c

RGB 21869124
HSL0.940.670.56
HSV338°68°85°
CMYK 0.000.680.43   0.15
XYZ34.679720.616921.2204
Yxy20.61690.45320.2694
Hunter Lab45.405856.87314.0749
CIE-Lab52.527661.90792.1948

#da457c color RGB value is (218,69,124).

#da457c hex color red value is 218, green value is 69 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #da457c hue: 0.94 , saturation: 0.67 and the lightness value of da457c is 0.56.

The process color (four color CMYK) of #da457c color hex is 0.00, 0.68, 0.43, 0.15. Web safe color of #da457c is #cc3366. Color #da457c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000101 01111100
Octal 332 105 174
Decimal 218 69 124
Hex DA 45 7C

RGB Percentages of Color #da457c

%53.04
%16.79
%30.17

CMYK Percentages of Color #da457c

%0
%68
%43
%15

Triadic Colors of #da457c

#da457c #7cda45 #457cda

Analogous Colors of #da457c

#da457c #da5945 #da45c7

Monochromatic Colors of #da457c

#da457c

Complementary Color

#da457c #45daa3

#da457c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da457c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da457c Color CSS Codes

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

#da457c Text Font Color

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

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


#da457c Background Color

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

This div background color is #da457c


#da457c Border Color

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

This div border color is #da457c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da457c


Comments

No comments written yet.

Please login to write comment.