Color Hex Logo

#da73bb Color Hex

#DA73BB
(218,115,187)
0 Favorites   0 Comments

Color spaces of #da73bb

RGB 218115187
HSL0.880.580.65
HSV318°47°85°
CMYK 0.000.470.14   0.15
XYZ44.013830.754750.6302
Yxy30.75470.35100.2453
Hunter Lab55.456944.6183-15.3098
CIE-Lab62.300049.3300-19.9458

#da73bb color RGB value is (218,115,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 10111011
Octal 332 163 273
Decimal 218 115 187
Hex DA 73 BB

RGB Percentages of Color #da73bb

%41.92
%22.12
%35.96

CMYK Percentages of Color #da73bb

%0
%47
%14
%15

Triadic Colors of #da73bb

#da73bb #bbda73 #73bbda

Analogous Colors of #da73bb

#da73bb #da7388 #c673da

Monochromatic Colors of #da73bb

#da73bb

Complementary Color

#da73bb #73da92

#da73bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73bb Color CSS Codes

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

#da73bb Text Font Color

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

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


#da73bb Background Color

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

This div background color is #da73bb


#da73bb Border Color

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

This div border color is #da73bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73bb


Comments

No comments written yet.

Please login to write comment.