Color Hex Logo

#da23ab Color Hex

#DA23AB
(218,35,171)
0 Favorites   0 Comments

Color spaces of #da23ab

RGB 21835171
HSL0.880.720.50
HSV315°84°85°
CMYK 0.000.840.22   0.15
XYZ36.865219.047840.2617
Yxy19.04780.38330.1981
Hunter Lab43.643874.3994-24.1448
CIE-Lab50.743176.9530-28.4771

#da23ab color RGB value is (218,35,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 10101011
Octal 332 43 253
Decimal 218 35 171
Hex DA 23 AB

RGB Percentages of Color #da23ab

%51.42
%8.25
%40.33

CMYK Percentages of Color #da23ab

%0
%84
%22
%15

Triadic Colors of #da23ab

#da23ab #abda23 #23abda

Analogous Colors of #da23ab

#da23ab #da2350 #ae23da

Monochromatic Colors of #da23ab

#da23ab

Complementary Color

#da23ab #23da52

#da23ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da23ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da23ab Color CSS Codes

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

#da23ab Text Font Color

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

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


#da23ab Background Color

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

This div background color is #da23ab


#da23ab Border Color

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

This div border color is #da23ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,35,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 #da23ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da23ab

#da23ab Color Palettes


Comments

No comments written yet.

Please login to write comment.