Color Hex Logo

#da90bc Color Hex

#DA90BC
(218,144,188)
0 Favorites   0 Comments

Color spaces of #da90bc

RGB 218144188
HSL0.900.500.71
HSV324°34°85°
CMYK 0.000.340.14   0.15
XYZ47.963838.482852.4769
Yxy38.48280.34530.2770
Hunter Lab62.034529.4521-6.7311
CIE-Lab68.375034.3869-11.3332

#da90bc color RGB value is (218,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10111100
Octal 332 220 274
Decimal 218 144 188
Hex DA 90 BC

RGB Percentages of Color #da90bc

%39.64
%26.18
%34.18

CMYK Percentages of Color #da90bc

%0
%34
%14
%15

Triadic Colors of #da90bc

#da90bc #bcda90 #90bcda

Analogous Colors of #da90bc

#da90bc #da9097 #d390da

Monochromatic Colors of #da90bc

#da90bc

Complementary Color

#da90bc #90daae

#da90bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90bc Color CSS Codes

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

#da90bc Text Font Color

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

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


#da90bc Background Color

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

This div background color is #da90bc


#da90bc Border Color

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

This div border color is #da90bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90bc


Comments

No comments written yet.

Please login to write comment.