Color Hex Logo

#da457a Color Hex

#DA457A
(218,69,122)
0 Favorites   0 Comments

Color spaces of #da457a

RGB 21869122
HSL0.940.670.56
HSV339°68°85°
CMYK 0.000.680.44   0.15
XYZ34.554420.566820.5609
Yxy20.56680.45660.2718
Hunter Lab45.350656.64244.8648
CIE-Lab52.472161.71663.3129

#da457a color RGB value is (218,69,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000101 01111010
Octal 332 105 172
Decimal 218 69 122
Hex DA 45 7A

RGB Percentages of Color #da457a

%53.30
%16.87
%29.83

CMYK Percentages of Color #da457a

%0
%68
%44
%15

Triadic Colors of #da457a

#da457a #7ada45 #457ada

Analogous Colors of #da457a

#da457a #da5b45 #da45c5

Monochromatic Colors of #da457a

#da457a

Complementary Color

#da457a #45daa5

#da457a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da457a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da457a Color CSS Codes

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

#da457a Text Font Color

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

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


#da457a Background Color

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

This div background color is #da457a


#da457a Border Color

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

This div border color is #da457a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da457a


Comments

No comments written yet.

Please login to write comment.