Color Hex Logo

#da349d Color Hex

#DA349D
(218,52,157)
0 Favorites   0 Comments

Color spaces of #da349d

RGB 21852157
HSL0.890.690.53
HSV322°76°85°
CMYK 0.000.760.28   0.15
XYZ36.227219.795733.8099
Yxy19.79570.40330.2204
Hunter Lab44.492467.4792-13.9100
CIE-Lab51.605471.1202-18.8719

#da349d color RGB value is (218,52,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 10011101
Octal 332 64 235
Decimal 218 52 157
Hex DA 34 9D

RGB Percentages of Color #da349d

%51.05
%12.18
%36.77

CMYK Percentages of Color #da349d

%0
%76
%28
%15

Triadic Colors of #da349d

#da349d #9dda34 #349dda

Analogous Colors of #da349d

#da349d #da344a #c434da

Monochromatic Colors of #da349d

#da349d

Complementary Color

#da349d #34da71

#da349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da349d Color CSS Codes

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

#da349d Text Font Color

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

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


#da349d Background Color

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

This div background color is #da349d


#da349d Border Color

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

This div border color is #da349d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,52,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 #da349d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da349d


Comments

No comments written yet.

Please login to write comment.