Color Hex Logo

#da336f Color Hex

#DA336F
(218,51,111)
0 Favorites   0 Comments

Color spaces of #da336f

RGB 21851111
HSL0.940.690.53
HSV338°77°85°
CMYK 0.000.770.49   0.15
XYZ32.966518.420816.8570
Yxy18.42080.48310.2699
Hunter Lab42.919561.99716.7569
CIE-Lab50.002666.80896.4060

#da336f color RGB value is (218,51,111).

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

The process color (four color CMYK) of #da336f color hex is 0.00, 0.77, 0.49, 0.15. Web safe color of #da336f is #cc3366. Color #da336f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 01101111
Octal 332 63 157
Decimal 218 51 111
Hex DA 33 6F

RGB Percentages of Color #da336f

%57.37
%13.42
%29.21

CMYK Percentages of Color #da336f

%0
%77
%49
%15

Triadic Colors of #da336f

#da336f #6fda33 #336fda

Analogous Colors of #da336f

#da336f #da4a33 #da33c3

Monochromatic Colors of #da336f

#da336f

Complementary Color

#da336f #33da9e

#da336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da336f Color CSS Codes

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

#da336f Text Font Color

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

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


#da336f Background Color

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

This div background color is #da336f


#da336f Border Color

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

This div border color is #da336f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da336f


Comments

No comments written yet.

Please login to write comment.