Color Hex Logo

#da8dba Color Hex

#DA8DBA
(218,141,186)
0 Favorites   0 Comments

Color spaces of #da8dba

RGB 218141186
HSL0.900.510.70
HSV325°35°85°
CMYK 0.000.350.15   0.15
XYZ47.301237.500351.1996
Yxy37.50030.34780.2757
Hunter Lab61.237530.7118-6.7051
CIE-Lab67.650735.6672-11.2992

#da8dba color RGB value is (218,141,186).

#da8dba hex color red value is 218, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da8dba hue: 0.90 , saturation: 0.51 and the lightness value of da8dba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 10111010
Octal 332 215 272
Decimal 218 141 186
Hex DA 8D BA

RGB Percentages of Color #da8dba

%40.00
%25.87
%34.13

CMYK Percentages of Color #da8dba

%0
%35
%15
%15

Triadic Colors of #da8dba

#da8dba #bada8d #8dbada

Analogous Colors of #da8dba

#da8dba #da8d94 #d48dda

Monochromatic Colors of #da8dba

#da8dba

Complementary Color

#da8dba #8ddaad

#da8dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8dba Color CSS Codes

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

#da8dba Text Font Color

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

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


#da8dba Background Color

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

This div background color is #da8dba


#da8dba Border Color

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

This div border color is #da8dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8dba


Comments

No comments written yet.

Please login to write comment.