Color Hex Logo

#da389a Color Hex

#DA389A
(218,56,154)
0 Favorites   0 Comments

Color spaces of #da389a

RGB 21856154
HSL0.900.690.54
HSV324°74°85°
CMYK 0.000.740.29   0.15
XYZ36.160420.066932.5393
Yxy20.06690.40740.2261
Hunter Lab44.796165.6960-11.7102
CIE-Lab51.912869.5725-16.6238

#da389a color RGB value is (218,56,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 10011010
Octal 332 70 232
Decimal 218 56 154
Hex DA 38 9A

RGB Percentages of Color #da389a

%50.93
%13.08
%35.98

CMYK Percentages of Color #da389a

%0
%74
%29
%15

Triadic Colors of #da389a

#da389a #9ada38 #389ada

Analogous Colors of #da389a

#da389a #da3849 #c938da

Monochromatic Colors of #da389a

#da389a

Complementary Color

#da389a #38da78

#da389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da389a Color CSS Codes

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

#da389a Text Font Color

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

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


#da389a Background Color

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

This div background color is #da389a


#da389a Border Color

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

This div border color is #da389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da389a


Comments

No comments written yet.

Please login to write comment.