Color Hex Logo

#da7dbc Color Hex

#DA7DBC
(218,125,188)
0 Favorites   0 Comments

Color spaces of #da7dbc

RGB 218125188
HSL0.890.560.67
HSV319°43°85°
CMYK 0.000.430.14   0.15
XYZ45.324233.203551.5970
Yxy33.20350.34830.2552
Hunter Lab57.622539.5637-12.7544
CIE-Lab64.325344.4015-17.4339

#da7dbc color RGB value is (218,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111101 10111100
Octal 332 175 274
Decimal 218 125 188
Hex DA 7D BC

RGB Percentages of Color #da7dbc

%41.05
%23.54
%35.40

CMYK Percentages of Color #da7dbc

%0
%43
%14
%15

Triadic Colors of #da7dbc

#da7dbc #bcda7d #7dbcda

Analogous Colors of #da7dbc

#da7dbc #da7d8e #ca7dda

Monochromatic Colors of #da7dbc

#da7dbc

Complementary Color

#da7dbc #7dda9b

#da7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7dbc Color CSS Codes

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

#da7dbc Text Font Color

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

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


#da7dbc Background Color

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

This div background color is #da7dbc


#da7dbc Border Color

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

This div border color is #da7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7dbc


Comments

No comments written yet.

Please login to write comment.