Color Hex Logo

#da8dbc Color Hex

#DA8DBC
(218,141,188)
0 Favorites   0 Comments

Color spaces of #da8dbc

RGB 218141188
HSL0.900.510.70
HSV323°35°85°
CMYK 0.000.350.14   0.15
XYZ47.515437.586052.3274
Yxy37.58600.34570.2735
Hunter Lab61.307431.0558-7.6903
CIE-Lab67.714435.9899-12.3230

#da8dbc color RGB value is (218,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 10111100
Octal 332 215 274
Decimal 218 141 188
Hex DA 8D BC

RGB Percentages of Color #da8dbc

%39.85
%25.78
%34.37

CMYK Percentages of Color #da8dbc

%0
%35
%14
%15

Triadic Colors of #da8dbc

#da8dbc #bcda8d #8dbcda

Analogous Colors of #da8dbc

#da8dbc #da8d96 #d28dda

Monochromatic Colors of #da8dbc

#da8dbc

Complementary Color

#da8dbc #8ddaab

#da8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8dbc Color CSS Codes

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

#da8dbc Text Font Color

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

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


#da8dbc Background Color

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

This div background color is #da8dbc


#da8dbc Border Color

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

This div border color is #da8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8dbc


Comments

No comments written yet.

Please login to write comment.