Color Hex Logo

#da218b Color Hex

#DA218B
(218,33,139)
0 Favorites   0 Comments

Color spaces of #da218b

RGB 21833139
HSL0.900.740.49
HSV326°85°85°
CMYK 0.000.850.36   0.15
XYZ34.117517.857226.0747
Yxy17.85720.43710.2288
Hunter Lab42.257870.1637-7.0038
CIE-Lab49.322473.7822-11.5736

#da218b color RGB value is (218,33,139).

#da218b hex color red value is 218, green value is 33 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da218b hue: 0.90 , saturation: 0.74 and the lightness value of da218b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10001011
Octal 332 41 213
Decimal 218 33 139
Hex DA 21 8B

RGB Percentages of Color #da218b

%55.90
%8.46
%35.64

CMYK Percentages of Color #da218b

%0
%85
%36
%15

Triadic Colors of #da218b

#da218b #8bda21 #218bda

Analogous Colors of #da218b

#da218b #da212f #cd21da

Monochromatic Colors of #da218b

#da218b

Complementary Color

#da218b #21da70

#da218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da218b Color CSS Codes

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

#da218b Text Font Color

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

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


#da218b Background Color

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

This div background color is #da218b


#da218b Border Color

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

This div border color is #da218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da218b


Comments

No comments written yet.

Please login to write comment.