Color Hex Logo

#da5dbb Color Hex

#DA5DBB
(218,93,187)
0 Favorites   0 Comments

Color spaces of #da5dbb

RGB 21893187
HSL0.870.630.61
HSV315°57°85°
CMYK 0.000.570.14   0.15
XYZ41.797426.322049.8914
Yxy26.32200.35420.2230
Hunter Lab51.305055.6376-21.7429
CIE-Lab58.341459.7874-26.0136

#da5dbb color RGB value is (218,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 10111011
Octal 332 135 273
Decimal 218 93 187
Hex DA 5D BB

RGB Percentages of Color #da5dbb

%43.78
%18.67
%37.55

CMYK Percentages of Color #da5dbb

%0
%57
%14
%15

Triadic Colors of #da5dbb

#da5dbb #bbda5d #5dbbda

Analogous Colors of #da5dbb

#da5dbb #da5d7d #bb5dda

Monochromatic Colors of #da5dbb

#da5dbb

Complementary Color

#da5dbb #5dda7c

#da5dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5dbb Color CSS Codes

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

#da5dbb Text Font Color

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

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


#da5dbb Background Color

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

This div background color is #da5dbb


#da5dbb Border Color

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

This div border color is #da5dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5dbb


Comments

No comments written yet.

Please login to write comment.