Color Hex Logo

#da50be Color Hex

#DA50BE
(218,80,190)
0 Favorites   0 Comments

Color spaces of #da50be

RGB 21880190
HSL0.870.650.58
HSV312°63°85°
CMYK 0.000.630.13   0.15
XYZ41.076424.360551.2523
Yxy24.36050.35200.2088
Hunter Lab49.356462.1815-27.0181
CIE-Lab56.446965.7544-30.6693

#da50be color RGB value is (218,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 10111110
Octal 332 120 276
Decimal 218 80 190
Hex DA 50 BE

RGB Percentages of Color #da50be

%44.67
%16.39
%38.93

CMYK Percentages of Color #da50be

%0
%63
%13
%15

Triadic Colors of #da50be

#da50be #beda50 #50beda

Analogous Colors of #da50be

#da50be #da5079 #b150da

Monochromatic Colors of #da50be

#da50be

Complementary Color

#da50be #50da6c

#da50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50be Color CSS Codes

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

#da50be Text Font Color

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

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


#da50be Background Color

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

This div background color is #da50be


#da50be Border Color

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

This div border color is #da50be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50be


Comments

No comments written yet.

Please login to write comment.