Color Hex Logo

#da8cbf Color Hex

#DA8CBF
(218,140,191)
0 Favorites   0 Comments

Color spaces of #da8cbf

RGB 218140191
HSL0.890.510.70
HSV321°36°85°
CMYK 0.000.360.12   0.15
XYZ47.695537.423253.9998
Yxy37.42320.34280.2690
Hunter Lab61.174532.1145-9.5142
CIE-Lab67.593337.0124-14.1832

#da8cbf color RGB value is (218,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001100 10111111
Octal 332 214 277
Decimal 218 140 191
Hex DA 8C BF

RGB Percentages of Color #da8cbf

%39.71
%25.50
%34.79

CMYK Percentages of Color #da8cbf

%0
%36
%12
%15

Triadic Colors of #da8cbf

#da8cbf #bfda8c #8cbfda

Analogous Colors of #da8cbf

#da8cbf #da8c98 #ce8cda

Monochromatic Colors of #da8cbf

#da8cbf

Complementary Color

#da8cbf #8cdaa7

#da8cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8cbf Color CSS Codes

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

#da8cbf Text Font Color

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

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


#da8cbf Background Color

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

This div background color is #da8cbf


#da8cbf Border Color

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

This div border color is #da8cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8cbf


Comments

No comments written yet.

Please login to write comment.