Color Hex Logo

#da60ba Color Hex

#DA60BA
(218,96,186)
1 Favorites   0 Comments

Color spaces of #da60ba

RGB 21896186
HSL0.880.620.62
HSV316°56°85°
CMYK 0.000.560.15   0.15
XYZ41.959226.816349.4189
Yxy26.81630.35500.2269
Hunter Lab51.784554.0097-20.3325
CIE-Lab58.803958.2840-24.7279

#da60ba color RGB value is (218,96,186).

#da60ba hex color red value is 218, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da60ba hue: 0.88 , saturation: 0.62 and the lightness value of da60ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 10111010
Octal 332 140 272
Decimal 218 96 186
Hex DA 60 BA

RGB Percentages of Color #da60ba

%43.60
%19.20
%37.20

CMYK Percentages of Color #da60ba

%0
%56
%15
%15

Triadic Colors of #da60ba

#da60ba #bada60 #60bada

Analogous Colors of #da60ba

#da60ba #da607d #bd60da

Monochromatic Colors of #da60ba

#da60ba

Complementary Color

#da60ba #60da80

#da60ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60ba Color CSS Codes

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

#da60ba Text Font Color

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

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


#da60ba Background Color

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

This div background color is #da60ba


#da60ba Border Color

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

This div border color is #da60ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60ba

#da60ba Color Palettes


Comments

No comments written yet.

Please login to write comment.