Color Hex Logo

#da434e Color Hex

#DA434E
(218,67,78)
0 Favorites   0 Comments

Color spaces of #da434e

RGB 2186778
HSL0.990.670.56
HSV356°69°85°
CMYK 0.000.690.64   0.15
XYZ32.295719.46989.2636
Yxy19.46980.52920.3190
Hunter Lab44.124653.429818.4398
CIE-Lab51.232459.108827.9542

#da434e color RGB value is (218,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 01001110
Octal 332 103 116
Decimal 218 67 78
Hex DA 43 4E

RGB Percentages of Color #da434e

%60.06
%18.46
%21.49

CMYK Percentages of Color #da434e

%0
%69
%64
%15

Triadic Colors of #da434e

#da434e #4eda43 #434eda

Analogous Colors of #da434e

#da434e #da8443 #da439a

Monochromatic Colors of #da434e

#da434e

Complementary Color

#da434e #43dacf

#da434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da434e Color CSS Codes

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

#da434e Text Font Color

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

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


#da434e Background Color

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

This div background color is #da434e


#da434e Border Color

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

This div border color is #da434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da434e


Comments

No comments written yet.

Please login to write comment.