Color Hex Logo

#da346a Color Hex

#DA346A
(218,52,106)
0 Favorites   0 Comments

Color spaces of #da346a

RGB 21852106
HSL0.950.690.53
HSV340°76°85°
CMYK 0.000.760.51   0.15
XYZ32.743018.402015.4619
Yxy18.40200.49160.2763
Hunter Lab42.897661.17548.6579
CIE-Lab49.980166.11009.4156

#da346a color RGB value is (218,52,106).

#da346a hex color red value is 218, green value is 52 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da346a hue: 0.95 , saturation: 0.69 and the lightness value of da346a is 0.53.

The process color (four color CMYK) of #da346a color hex is 0.00, 0.76, 0.51, 0.15. Web safe color of #da346a is #cc3366. Color #da346a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 01101010
Octal 332 64 152
Decimal 218 52 106
Hex DA 34 6A

RGB Percentages of Color #da346a

%57.98
%13.83
%28.19

CMYK Percentages of Color #da346a

%0
%76
%51
%15

Triadic Colors of #da346a

#da346a #6ada34 #346ada

Analogous Colors of #da346a

#da346a #da5134 #da34bd

Monochromatic Colors of #da346a

#da346a

Complementary Color

#da346a #34daa4

#da346a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da346a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da346a Color CSS Codes

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

#da346a Text Font Color

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

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


#da346a Background Color

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

This div background color is #da346a


#da346a Border Color

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

This div border color is #da346a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da346a


Comments

No comments written yet.

Please login to write comment.