Color Hex Logo

#da90ba Color Hex

#DA90BA
(218,144,186)
0 Favorites   0 Comments

Color spaces of #da90ba

RGB 218144186
HSL0.910.500.71
HSV326°34°85°
CMYK 0.000.340.15   0.15
XYZ47.749638.397151.3491
Yxy38.39710.34730.2793
Hunter Lab61.965429.1100-5.7563
CIE-Lab68.312334.0637-10.3097

#da90ba color RGB value is (218,144,186).

#da90ba hex color red value is 218, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da90ba hue: 0.91 , saturation: 0.50 and the lightness value of da90ba is 0.71.

The process color (four color CMYK) of #da90ba color hex is 0.00, 0.34, 0.15, 0.15. Web safe color of #da90ba is #cc99cc. Color #da90ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10111010
Octal 332 220 272
Decimal 218 144 186
Hex DA 90 BA

RGB Percentages of Color #da90ba

%39.78
%26.28
%33.94

CMYK Percentages of Color #da90ba

%0
%34
%15
%15

Triadic Colors of #da90ba

#da90ba #bada90 #90bada

Analogous Colors of #da90ba

#da90ba #da9095 #d590da

Monochromatic Colors of #da90ba

#da90ba

Complementary Color

#da90ba #90dab0

#da90ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90ba Color CSS Codes

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

#da90ba Text Font Color

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

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


#da90ba Background Color

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

This div background color is #da90ba


#da90ba Border Color

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

This div border color is #da90ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90ba


Comments

No comments written yet.

Please login to write comment.