Color Hex Logo

#da58be Color Hex

#DA58BE
(218,88,190)
0 Favorites   0 Comments

Color spaces of #da58be

RGB 21888190
HSL0.870.640.60
HSV313°60°85°
CMYK 0.000.600.13   0.15
XYZ41.697425.602651.4593
Yxy25.60260.35110.2156
Hunter Lab50.599058.5492-24.8787
CIE-Lab57.657962.4302-28.7906

#da58be color RGB value is (218,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10111110
Octal 332 130 276
Decimal 218 88 190
Hex DA 58 BE

RGB Percentages of Color #da58be

%43.95
%17.74
%38.31

CMYK Percentages of Color #da58be

%0
%60
%13
%15

Triadic Colors of #da58be

#da58be #beda58 #58beda

Analogous Colors of #da58be

#da58be #da587d #b558da

Monochromatic Colors of #da58be

#da58be

Complementary Color

#da58be #58da74

#da58be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58be Color CSS Codes

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

#da58be Text Font Color

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

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


#da58be Background Color

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

This div background color is #da58be


#da58be Border Color

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

This div border color is #da58be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58be


Comments

No comments written yet.

Please login to write comment.