Color Hex Logo

#da58bb Color Hex

#DA58BB
(218,88,187)
0 Favorites   0 Comments

Color spaces of #da58bb

RGB 21888187
HSL0.870.640.60
HSV314°60°85°
CMYK 0.000.600.14   0.15
XYZ41.372825.472749.7498
Yxy25.47270.35480.2185
Hunter Lab50.470558.0007-23.1140
CIE-Lab57.533161.9797-27.2612

#da58bb color RGB value is (218,88,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10111011
Octal 332 130 273
Decimal 218 88 187
Hex DA 58 BB

RGB Percentages of Color #da58bb

%44.22
%17.85
%37.93

CMYK Percentages of Color #da58bb

%0
%60
%14
%15

Triadic Colors of #da58bb

#da58bb #bbda58 #58bbda

Analogous Colors of #da58bb

#da58bb #da587a #b858da

Monochromatic Colors of #da58bb

#da58bb

Complementary Color

#da58bb #58da77

#da58bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58bb Color CSS Codes

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

#da58bb Text Font Color

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

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


#da58bb Background Color

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

This div background color is #da58bb


#da58bb Border Color

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

This div border color is #da58bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58bb


Comments

No comments written yet.

Please login to write comment.