Color Hex Logo

#db88ba Color Hex

#DB88BA
(219,136,186)
0 Favorites   0 Comments

Color spaces of #db88ba

RGB 219136186
HSL0.900.540.70
HSV324°38°86°
CMYK 0.000.380.15   0.14
XYZ46.880536.213650.9734
Yxy36.21360.34970.2701
Hunter Lab60.177733.7465-8.0970
CIE-Lab66.682838.6609-12.7386

#db88ba color RGB value is (219,136,186).

#db88ba hex color red value is 219, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db88ba hue: 0.90 , saturation: 0.54 and the lightness value of db88ba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10111010
Octal 333 210 272
Decimal 219 136 186
Hex DB 88 BA

RGB Percentages of Color #db88ba

%40.48
%25.14
%34.38

CMYK Percentages of Color #db88ba

%0
%38
%15
%14

Triadic Colors of #db88ba

#db88ba #badb88 #88badb

Analogous Colors of #db88ba

#db88ba #db8891 #d388db

Monochromatic Colors of #db88ba

#db88ba

Complementary Color

#db88ba #88dba9

#db88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88ba Color CSS Codes

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

#db88ba Text Font Color

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

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


#db88ba Background Color

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

This div background color is #db88ba


#db88ba Border Color

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

This div border color is #db88ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88ba


Comments

No comments written yet.

Please login to write comment.