Color Hex Logo

#da18bb Color Hex

#DA18BB
(218,24,187)
0 Favorites   0 Comments

Color spaces of #da18bb

RGB 21824187
HSL0.860.800.47
HSV310°89°85°
CMYK 0.000.890.14   0.15
XYZ38.209719.146648.6955
Yxy19.14660.36030.1805
Hunter Lab43.756879.2968-35.3521
CIE-Lab50.858380.8365-37.6736

#da18bb color RGB value is (218,24,187).

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

The process color (four color CMYK) of #da18bb color hex is 0.00, 0.89, 0.14, 0.15. Web safe color of #da18bb is #cc00cc. Color #da18bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 10111011
Octal 332 30 273
Decimal 218 24 187
Hex DA 18 BB

RGB Percentages of Color #da18bb

%50.82
%5.59
%43.59

CMYK Percentages of Color #da18bb

%0
%89
%14
%15

Triadic Colors of #da18bb

#da18bb #bbda18 #18bbda

Analogous Colors of #da18bb

#da18bb #da185a #9818da

Monochromatic Colors of #da18bb

#da18bb

Complementary Color

#da18bb #18da37

#da18bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da18bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da18bb Color CSS Codes

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

#da18bb Text Font Color

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

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


#da18bb Background Color

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

This div background color is #da18bb


#da18bb Border Color

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

This div border color is #da18bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da18bb


Comments

No comments written yet.

Please login to write comment.