Color Hex Logo

#da90bf Color Hex

#DA90BF
(218,144,191)
0 Favorites   0 Comments

Color spaces of #da90bf

RGB 218144191
HSL0.890.500.71
HSV322°34°85°
CMYK 0.000.340.12   0.15
XYZ48.290738.613554.1982
Yxy38.61350.34220.2737
Hunter Lab62.139829.9732-8.2148
CIE-Lab68.470434.8780-12.8647

#da90bf color RGB value is (218,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10111111
Octal 332 220 277
Decimal 218 144 191
Hex DA 90 BF

RGB Percentages of Color #da90bf

%39.42
%26.04
%34.54

CMYK Percentages of Color #da90bf

%0
%34
%12
%15

Triadic Colors of #da90bf

#da90bf #bfda90 #90bfda

Analogous Colors of #da90bf

#da90bf #da909a #d090da

Monochromatic Colors of #da90bf

#da90bf

Complementary Color

#da90bf #90daab

#da90bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90bf Color CSS Codes

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

#da90bf Text Font Color

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

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


#da90bf Background Color

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

This div background color is #da90bf


#da90bf Border Color

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

This div border color is #da90bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90bf


Comments

No comments written yet.

Please login to write comment.