Color Hex Logo

#da407b Color Hex

#DA407B
(218,64,123)
0 Favorites   0 Comments

Color spaces of #da407b

RGB 21864123
HSL0.940.680.55
HSV337°71°85°
CMYK 0.000.710.44   0.15
XYZ34.322020.002320.7907
Yxy20.00230.45690.2663
Hunter Lab44.723958.71743.7448
CIE-Lab51.839863.64011.7969

#da407b color RGB value is (218,64,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 01111011
Octal 332 100 173
Decimal 218 64 123
Hex DA 40 7B

RGB Percentages of Color #da407b

%53.83
%15.80
%30.37

CMYK Percentages of Color #da407b

%0
%71
%44
%15

Triadic Colors of #da407b

#da407b #7bda40 #407bda

Analogous Colors of #da407b

#da407b #da5240 #da40c8

Monochromatic Colors of #da407b

#da407b

Complementary Color

#da407b #40da9f

#da407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da407b Color CSS Codes

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

#da407b Text Font Color

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

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


#da407b Background Color

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

This div background color is #da407b


#da407b Border Color

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

This div border color is #da407b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,64,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 #da407b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da407b


Comments

No comments written yet.

Please login to write comment.