Color Hex Logo

#da447b Color Hex

#DA447B
(218,68,123)
0 Favorites   0 Comments

Color spaces of #da447b

RGB 21868123
HSL0.940.670.56
HSV338°69°85°
CMYK 0.000.690.44   0.15
XYZ34.555720.469720.8687
Yxy20.46970.45530.2697
Hunter Lab45.243557.15734.3227
CIE-Lab52.364262.18632.5571

#da447b color RGB value is (218,68,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 01111011
Octal 332 104 173
Decimal 218 68 123
Hex DA 44 7B

RGB Percentages of Color #da447b

%53.30
%16.63
%30.07

CMYK Percentages of Color #da447b

%0
%69
%44
%15

Triadic Colors of #da447b

#da447b #7bda44 #447bda

Analogous Colors of #da447b

#da447b #da5844 #da44c6

Monochromatic Colors of #da447b

#da447b

Complementary Color

#da447b #44daa3

#da447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da447b Color CSS Codes

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

#da447b Text Font Color

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

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


#da447b Background Color

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

This div background color is #da447b


#da447b Border Color

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

This div border color is #da447b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da447b


Comments

No comments written yet.

Please login to write comment.