Color Hex Logo

#da70b7 Color Hex

#DA70B7
(218,112,183)
0 Favorites   0 Comments

Color spaces of #da70b7

RGB 218112183
HSL0.890.590.65
HSV320°49°85°
CMYK 0.000.490.16   0.15
XYZ43.254929.912748.2937
Yxy29.91270.35610.2463
Hunter Lab54.692545.4592-14.0686
CIE-Lab61.578850.2023-18.7681

#da70b7 color RGB value is (218,112,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10110111
Octal 332 160 267
Decimal 218 112 183
Hex DA 70 B7

RGB Percentages of Color #da70b7

%42.50
%21.83
%35.67

CMYK Percentages of Color #da70b7

%0
%49
%16
%15

Triadic Colors of #da70b7

#da70b7 #b7da70 #70b7da

Analogous Colors of #da70b7

#da70b7 #da7082 #c870da

Monochromatic Colors of #da70b7

#da70b7

Complementary Color

#da70b7 #70da93

#da70b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70b7 Color CSS Codes

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

#da70b7 Text Font Color

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

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


#da70b7 Background Color

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

This div background color is #da70b7


#da70b7 Border Color

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

This div border color is #da70b7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,112,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da70b7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70b7


Comments

No comments written yet.

Please login to write comment.