Color Hex Logo

#da1abb Color Hex

#DA1ABB
(218,26,187)
0 Favorites   0 Comments

Color spaces of #da1abb

RGB 21826187
HSL0.860.790.48
HSV310°88°85°
CMYK 0.000.880.14   0.15
XYZ38.252519.232148.7097
Yxy19.23210.36020.1811
Hunter Lab43.854478.9534-35.1561
CIE-Lab50.957780.5459-37.5171

#da1abb color RGB value is (218,26,187).

#da1abb hex color red value is 218, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da1abb hue: 0.86 , saturation: 0.79 and the lightness value of da1abb is 0.48.

The process color (four color CMYK) of #da1abb color hex is 0.00, 0.88, 0.14, 0.15. Web safe color of #da1abb is #cc33cc. Color #da1abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011010 10111011
Octal 332 32 273
Decimal 218 26 187
Hex DA 1A BB

RGB Percentages of Color #da1abb

%50.58
%6.03
%43.39

CMYK Percentages of Color #da1abb

%0
%88
%14
%15

Triadic Colors of #da1abb

#da1abb #bbda1a #1abbda

Analogous Colors of #da1abb

#da1abb #da1a5b #991ada

Monochromatic Colors of #da1abb

#da1abb

Complementary Color

#da1abb #1ada39

#da1abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1abb Color CSS Codes

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

#da1abb Text Font Color

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

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


#da1abb Background Color

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

This div background color is #da1abb


#da1abb Border Color

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

This div border color is #da1abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1abb


Comments

No comments written yet.

Please login to write comment.