Color Hex Logo

#da7dba Color Hex

#DA7DBA
(218,125,186)
0 Favorites   0 Comments

Color spaces of #da7dba

RGB 218125186
HSL0.890.560.67
HSV321°43°85°
CMYK 0.000.430.15   0.15
XYZ45.110033.117850.4692
Yxy33.11780.35050.2573
Hunter Lab57.548139.2110-11.7132
CIE-Lab64.256244.0833-16.4087

#da7dba color RGB value is (218,125,186).

#da7dba hex color red value is 218, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da7dba hue: 0.89 , saturation: 0.56 and the lightness value of da7dba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111101 10111010
Octal 332 175 272
Decimal 218 125 186
Hex DA 7D BA

RGB Percentages of Color #da7dba

%41.21
%23.63
%35.16

CMYK Percentages of Color #da7dba

%0
%43
%15
%15

Triadic Colors of #da7dba

#da7dba #bada7d #7dbada

Analogous Colors of #da7dba

#da7dba #da7d8c #cc7dda

Monochromatic Colors of #da7dba

#da7dba

Complementary Color

#da7dba #7dda9d

#da7dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7dba Color CSS Codes

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

#da7dba Text Font Color

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

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


#da7dba Background Color

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

This div background color is #da7dba


#da7dba Border Color

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

This div border color is #da7dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7dba


Comments

No comments written yet.

Please login to write comment.