Color Hex Logo

#da359d Color Hex

#DA359D
(218,53,157)
0 Favorites   0 Comments

Color spaces of #da359d

RGB 21853157
HSL0.890.690.53
HSV322°76°85°
CMYK 0.000.760.28   0.15
XYZ36.272319.886033.8249
Yxy19.88600.40310.2210
Hunter Lab44.593767.1520-13.7566
CIE-Lab51.708170.8281-18.7150

#da359d color RGB value is (218,53,157).

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

The process color (four color CMYK) of #da359d color hex is 0.00, 0.76, 0.28, 0.15. Web safe color of #da359d is #cc3399. Color #da359d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110101 10011101
Octal 332 65 235
Decimal 218 53 157
Hex DA 35 9D

RGB Percentages of Color #da359d

%50.93
%12.38
%36.68

CMYK Percentages of Color #da359d

%0
%76
%28
%15

Triadic Colors of #da359d

#da359d #9dda35 #359dda

Analogous Colors of #da359d

#da359d #da354b #c535da

Monochromatic Colors of #da359d

#da359d

Complementary Color

#da359d #35da72

#da359d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da359d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da359d Color CSS Codes

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

#da359d Text Font Color

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

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


#da359d Background Color

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

This div background color is #da359d


#da359d Border Color

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

This div border color is #da359d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da359d


Comments

No comments written yet.

Please login to write comment.