Color Hex Logo

#da338c Color Hex

#DA338C
(218,51,140)
0 Favorites   0 Comments

Color spaces of #da338c

RGB 21851140
HSL0.910.690.53
HSV328°77°85°
CMYK 0.000.770.36   0.15
XYZ34.830919.166526.6747
Yxy19.16650.43180.2376
Hunter Lab43.779665.3999-5.4795
CIE-Lab50.881469.5221-9.8311

#da338c color RGB value is (218,51,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 10001100
Octal 332 63 214
Decimal 218 51 140
Hex DA 33 8C

RGB Percentages of Color #da338c

%53.30
%12.47
%34.23

CMYK Percentages of Color #da338c

%0
%77
%36
%15

Triadic Colors of #da338c

#da338c #8cda33 #338cda

Analogous Colors of #da338c

#da338c #da3339 #d533da

Monochromatic Colors of #da338c

#da338c

Complementary Color

#da338c #33da81

#da338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da338c Color CSS Codes

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

#da338c Text Font Color

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

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


#da338c Background Color

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

This div background color is #da338c


#da338c Border Color

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

This div border color is #da338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da338c


Comments

No comments written yet.

Please login to write comment.