Color Hex Logo

#da356e Color Hex

#DA356E
(218,53,110)
0 Favorites   0 Comments

Color spaces of #da356e

RGB 21853110
HSL0.940.690.53
HSV339°76°85°
CMYK 0.000.760.50   0.15
XYZ33.001018.577416.5983
Yxy18.57740.48410.2725
Hunter Lab43.101561.24237.3386
CIE-Lab50.189166.12757.2798

#da356e color RGB value is (218,53,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110101 01101110
Octal 332 65 156
Decimal 218 53 110
Hex DA 35 6E

RGB Percentages of Color #da356e

%57.22
%13.91
%28.87

CMYK Percentages of Color #da356e

%0
%76
%50
%15

Triadic Colors of #da356e

#da356e #6eda35 #356eda

Analogous Colors of #da356e

#da356e #da4e35 #da35c1

Monochromatic Colors of #da356e

#da356e

Complementary Color

#da356e #35daa1

#da356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da356e Color CSS Codes

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

#da356e Text Font Color

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

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


#da356e Background Color

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

This div background color is #da356e


#da356e Border Color

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

This div border color is #da356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da356e


Comments

No comments written yet.

Please login to write comment.