Color Hex Logo

#da24ab Color Hex

#DA24AB
(218,36,171)
0 Favorites   0 Comments

Color spaces of #da24ab

RGB 21836171
HSL0.880.720.50
HSV315°83°85°
CMYK 0.000.830.22   0.15
XYZ36.895019.107540.2716
Yxy19.10750.38320.1985
Hunter Lab43.712174.1658-24.0249
CIE-Lab50.812776.7510-28.3688

#da24ab color RGB value is (218,36,171).

#da24ab hex color red value is 218, green value is 36 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da24ab hue: 0.88 , saturation: 0.72 and the lightness value of da24ab is 0.50.

The process color (four color CMYK) of #da24ab color hex is 0.00, 0.83, 0.22, 0.15. Web safe color of #da24ab is #cc3399. Color #da24ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 10101011
Octal 332 44 253
Decimal 218 36 171
Hex DA 24 AB

RGB Percentages of Color #da24ab

%51.29
%8.47
%40.24

CMYK Percentages of Color #da24ab

%0
%83
%22
%15

Triadic Colors of #da24ab

#da24ab #abda24 #24abda

Analogous Colors of #da24ab

#da24ab #da2450 #ae24da

Monochromatic Colors of #da24ab

#da24ab

Complementary Color

#da24ab #24da53

#da24ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da24ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da24ab Color CSS Codes

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

#da24ab Text Font Color

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

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


#da24ab Background Color

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

This div background color is #da24ab


#da24ab Border Color

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

This div border color is #da24ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da24ab


Comments

No comments written yet.

Please login to write comment.