Color Hex Logo

#da1b87 Color Hex

#DA1B87
(218,27,135)
0 Favorites   0 Comments

Color spaces of #da1b87

RGB 21827135
HSL0.910.780.48
HSV326°88°85°
CMYK 0.000.880.38   0.15
XYZ33.678517.438624.5126
Yxy17.43860.44530.2306
Hunter Lab41.759570.8786-5.5712
CIE-Lab48.808074.4690-9.9292

#da1b87 color RGB value is (218,27,135).

#da1b87 hex color red value is 218, green value is 27 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #da1b87 hue: 0.91 , saturation: 0.78 and the lightness value of da1b87 is 0.48.

The process color (four color CMYK) of #da1b87 color hex is 0.00, 0.88, 0.38, 0.15. Web safe color of #da1b87 is #cc3399. Color #da1b87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011011 10000111
Octal 332 33 207
Decimal 218 27 135
Hex DA 1B 87

RGB Percentages of Color #da1b87

%57.37
%7.11
%35.53

CMYK Percentages of Color #da1b87

%0
%88
%38
%15

Triadic Colors of #da1b87

#da1b87 #87da1b #1b87da

Analogous Colors of #da1b87

#da1b87 #da1b27 #ce1bda

Monochromatic Colors of #da1b87

#da1b87

Complementary Color

#da1b87 #1bda6e

#da1b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1b87 Color CSS Codes

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

#da1b87 Text Font Color

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

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


#da1b87 Background Color

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

This div background color is #da1b87


#da1b87 Border Color

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

This div border color is #da1b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1b87


Comments

No comments written yet.

Please login to write comment.