Color Hex Logo

#da70ba Color Hex

#DA70BA
(218,112,186)
0 Favorites   0 Comments

Color spaces of #da70ba

RGB 218112186
HSL0.880.590.65
HSV318°49°85°
CMYK 0.000.490.15   0.15
XYZ43.570530.038949.9560
Yxy30.03890.35260.2431
Hunter Lab54.807845.9885-15.6760
CIE-Lab61.687850.6658-20.3105

#da70ba color RGB value is (218,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10111010
Octal 332 160 272
Decimal 218 112 186
Hex DA 70 BA

RGB Percentages of Color #da70ba

%42.25
%21.71
%36.05

CMYK Percentages of Color #da70ba

%0
%49
%15
%15

Triadic Colors of #da70ba

#da70ba #bada70 #70bada

Analogous Colors of #da70ba

#da70ba #da7085 #c570da

Monochromatic Colors of #da70ba

#da70ba

Complementary Color

#da70ba #70da90

#da70ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70ba Color CSS Codes

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

#da70ba Text Font Color

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

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


#da70ba Background Color

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

This div background color is #da70ba


#da70ba Border Color

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

This div border color is #da70ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70ba


Comments

No comments written yet.

Please login to write comment.