Color Hex Logo

#db70ba Color Hex

#DB70BA
(219,112,186)
0 Favorites   0 Comments

Color spaces of #db70ba

RGB 219112186
HSL0.880.600.65
HSV319°49°86°
CMYK 0.000.490.15   0.14
XYZ43.870530.193649.9701
Yxy30.19360.35370.2434
Hunter Lab54.948746.3524-15.4540
CIE-Lab61.820950.9748-20.0955

#db70ba color RGB value is (219,112,186).

#db70ba hex color red value is 219, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db70ba hue: 0.88 , saturation: 0.60 and the lightness value of db70ba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 10111010
Octal 333 160 272
Decimal 219 112 186
Hex DB 70 BA

RGB Percentages of Color #db70ba

%42.36
%21.66
%35.98

CMYK Percentages of Color #db70ba

%0
%49
%15
%14

Triadic Colors of #db70ba

#db70ba #badb70 #70badb

Analogous Colors of #db70ba

#db70ba #db7085 #c770db

Monochromatic Colors of #db70ba

#db70ba

Complementary Color

#db70ba #70db91

#db70ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db70ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db70ba Color CSS Codes

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

#db70ba Text Font Color

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

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


#db70ba Background Color

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

This div background color is #db70ba


#db70ba Border Color

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

This div border color is #db70ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db70ba


Comments

No comments written yet.

Please login to write comment.