Color Hex Logo

#da338a Color Hex

#DA338A
(218,51,138)
0 Favorites   0 Comments

Color spaces of #da338a

RGB 21851138
HSL0.910.690.53
HSV329°77°85°
CMYK 0.000.770.37   0.15
XYZ34.684719.108125.9049
Yxy19.10810.43520.2398
Hunter Lab43.712865.1365-4.5372
CIE-Lab50.813469.3139-8.7327

#da338a color RGB value is (218,51,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 10001010
Octal 332 63 212
Decimal 218 51 138
Hex DA 33 8A

RGB Percentages of Color #da338a

%53.56
%12.53
%33.91

CMYK Percentages of Color #da338a

%0
%77
%37
%15

Triadic Colors of #da338a

#da338a #8ada33 #338ada

Analogous Colors of #da338a

#da338a #da3336 #d733da

Monochromatic Colors of #da338a

#da338a

Complementary Color

#da338a #33da83

#da338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da338a Color CSS Codes

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

#da338a Text Font Color

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

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


#da338a Background Color

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

This div background color is #da338a


#da338a Border Color

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

This div border color is #da338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da338a


Comments

No comments written yet.

Please login to write comment.