Color Hex Logo

#da88bf Color Hex

#DA88BF
(218,136,191)
0 Favorites   0 Comments

Color spaces of #da88bf

RGB 218136191
HSL0.890.530.69
HSV320°38°85°
CMYK 0.000.380.12   0.15
XYZ47.121636.275353.8085
Yxy36.27530.34340.2644
Hunter Lab60.229034.2531-10.8093
CIE-Lab66.729739.1347-15.4850

#da88bf color RGB value is (218,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 10111111
Octal 332 210 277
Decimal 218 136 191
Hex DA 88 BF

RGB Percentages of Color #da88bf

%40.00
%24.95
%35.05

CMYK Percentages of Color #da88bf

%0
%38
%12
%15

Triadic Colors of #da88bf

#da88bf #bfda88 #88bfda

Analogous Colors of #da88bf

#da88bf #da8896 #cc88da

Monochromatic Colors of #da88bf

#da88bf

Complementary Color

#da88bf #88daa3

#da88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da88bf Color CSS Codes

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

#da88bf Text Font Color

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

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


#da88bf Background Color

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

This div background color is #da88bf


#da88bf Border Color

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

This div border color is #da88bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da88bf


Comments

No comments written yet.

Please login to write comment.