Color Hex Logo

#da437d Color Hex

#DA437D
(218,67,125)
0 Favorites   0 Comments

Color spaces of #da437d

RGB 21867125
HSL0.940.670.56
HSV337°69°85°
CMYK 0.000.690.43   0.15
XYZ34.622320.400421.5149
Yxy20.40040.45240.2665
Hunter Lab45.166857.78603.3744
CIE-Lab52.286962.74831.2458

#da437d color RGB value is (218,67,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 01111101
Octal 332 103 175
Decimal 218 67 125
Hex DA 43 7D

RGB Percentages of Color #da437d

%53.17
%16.34
%30.49

CMYK Percentages of Color #da437d

%0
%69
%43
%15

Triadic Colors of #da437d

#da437d #7dda43 #437dda

Analogous Colors of #da437d

#da437d #da5543 #da43c9

Monochromatic Colors of #da437d

#da437d

Complementary Color

#da437d #43daa0

#da437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da437d Color CSS Codes

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

#da437d Text Font Color

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

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


#da437d Background Color

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

This div background color is #da437d


#da437d Border Color

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

This div border color is #da437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da437d


Comments

No comments written yet.

Please login to write comment.