Color Hex Logo

#da339a Color Hex

#DA339A
(218,51,154)
0 Favorites   0 Comments

Color spaces of #da339a

RGB 21851154
HSL0.900.690.53
HSV323°77°85°
CMYK 0.000.770.29   0.15
XYZ35.930019.606232.4625
Yxy19.60620.40830.2228
Hunter Lab44.278967.3553-12.4725
CIE-Lab51.389071.0589-17.4215

#da339a color RGB value is (218,51,154).

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

The process color (four color CMYK) of #da339a color hex is 0.00, 0.77, 0.29, 0.15. Web safe color of #da339a is #cc3399. Color #da339a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 10011010
Octal 332 63 232
Decimal 218 51 154
Hex DA 33 9A

RGB Percentages of Color #da339a

%51.54
%12.06
%36.41

CMYK Percentages of Color #da339a

%0
%77
%29
%15

Triadic Colors of #da339a

#da339a #9ada33 #339ada

Analogous Colors of #da339a

#da339a #da3346 #c733da

Monochromatic Colors of #da339a

#da339a

Complementary Color

#da339a #33da73

#da339a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da339a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da339a Color CSS Codes

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

#da339a Text Font Color

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

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


#da339a Background Color

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

This div background color is #da339a


#da339a Border Color

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

This div border color is #da339a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da339a


Comments

No comments written yet.

Please login to write comment.