Color Hex Logo

#da448e Color Hex

#DA448E
(218,68,142)
0 Favorites   0 Comments

Color spaces of #da448e

RGB 21868142
HSL0.920.670.56
HSV330°69°85°
CMYK 0.000.690.35   0.15
XYZ35.863020.992727.7530
Yxy20.99270.42390.2481
Hunter Lab45.817859.5363-3.8410
CIE-Lab52.941564.1423-7.9433

#da448e color RGB value is (218,68,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 10001110
Octal 332 104 216
Decimal 218 68 142
Hex DA 44 8E

RGB Percentages of Color #da448e

%50.93
%15.89
%33.18

CMYK Percentages of Color #da448e

%0
%69
%35
%15

Triadic Colors of #da448e

#da448e #8eda44 #448eda

Analogous Colors of #da448e

#da448e #da4544 #da44d9

Monochromatic Colors of #da448e

#da448e

Complementary Color

#da448e #44da90

#da448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da448e Color CSS Codes

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

#da448e Text Font Color

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

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


#da448e Background Color

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

This div background color is #da448e


#da448e Border Color

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

This div border color is #da448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da448e


Comments

No comments written yet.

Please login to write comment.