Color Hex Logo

#da77be Color Hex

#DA77BE
(218,119,190)
0 Favorites   0 Comments

Color spaces of #da77be

RGB 218119190
HSL0.880.570.66
HSV317°45°85°
CMYK 0.000.450.13   0.15
XYZ44.804531.816852.4950
Yxy31.81680.34700.2464
Hunter Lab56.406443.0743-15.6942
CIE-Lab63.191247.7914-20.2887

#da77be color RGB value is (218,119,190).

#da77be hex color red value is 218, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da77be hue: 0.88 , saturation: 0.57 and the lightness value of da77be is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 10111110
Octal 332 167 276
Decimal 218 119 190
Hex DA 77 BE

RGB Percentages of Color #da77be

%41.37
%22.58
%36.05

CMYK Percentages of Color #da77be

%0
%45
%13
%15

Triadic Colors of #da77be

#da77be #beda77 #77beda

Analogous Colors of #da77be

#da77be #da778d #c577da

Monochromatic Colors of #da77be

#da77be

Complementary Color

#da77be #77da93

#da77be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77be Color CSS Codes

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

#da77be Text Font Color

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

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


#da77be Background Color

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

This div background color is #da77be


#da77be Border Color

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

This div border color is #da77be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da77be


Comments

No comments written yet.

Please login to write comment.