Color Hex Logo

#da5ebb Color Hex

#DA5EBB
(218,94,187)
0 Favorites   0 Comments

Color spaces of #da5ebb

RGB 21894187
HSL0.880.630.61
HSV315°57°85°
CMYK 0.000.570.14   0.15
XYZ41.885826.498749.9208
Yxy26.49870.35400.2240
Hunter Lab51.476955.1576-21.4639
CIE-Lab58.507459.3399-25.7577

#da5ebb color RGB value is (218,94,187).

#da5ebb hex color red value is 218, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da5ebb hue: 0.88 , saturation: 0.63 and the lightness value of da5ebb is 0.61.

The process color (four color CMYK) of #da5ebb color hex is 0.00, 0.57, 0.14, 0.15. Web safe color of #da5ebb is #cc66cc. Color #da5ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 10111011
Octal 332 136 273
Decimal 218 94 187
Hex DA 5E BB

RGB Percentages of Color #da5ebb

%43.69
%18.84
%37.47

CMYK Percentages of Color #da5ebb

%0
%57
%14
%15

Triadic Colors of #da5ebb

#da5ebb #bbda5e #5ebbda

Analogous Colors of #da5ebb

#da5ebb #da5e7d #bb5eda

Monochromatic Colors of #da5ebb

#da5ebb

Complementary Color

#da5ebb #5eda7d

#da5ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5ebb Color CSS Codes

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

#da5ebb Text Font Color

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

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


#da5ebb Background Color

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

This div background color is #da5ebb


#da5ebb Border Color

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

This div border color is #da5ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5ebb

#da5ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.