Color Hex Logo

#da77fb Color Hex

#DA77FB
(218,119,251)
0 Favorites   0 Comments

Color spaces of #da77fb

RGB 218119251
HSL0.790.940.73
HSV285°53°98°
CMYK 0.130.530.00   0.02
XYZ52.922935.064195.2455
Yxy35.06410.28880.1914
Hunter Lab59.214955.9068-53.9158
CIE-Lab65.798558.7640-50.2430

#da77fb color RGB value is (218,119,251).

#da77fb hex color red value is 218, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #da77fb hue: 0.79 , saturation: 0.94 and the lightness value of da77fb is 0.73.

The process color (four color CMYK) of #da77fb color hex is 0.13, 0.53, 0.00, 0.02. Web safe color of #da77fb is #cc66ff. Color #da77fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 11111011
Octal 332 167 373
Decimal 218 119 251
Hex DA 77 FB

RGB Percentages of Color #da77fb

%37.07
%20.24
%42.69

CMYK Percentages of Color #da77fb

%13
%53
%0
%2

Triadic Colors of #da77fb

#da77fb #fbda77 #77fbda

Analogous Colors of #da77fb

#da77fb #fb77da #9877fb

Monochromatic Colors of #da77fb

#da77fb

Complementary Color

#da77fb #98fb77

#da77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77fb Color CSS Codes

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

#da77fb Text Font Color

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

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


#da77fb Background Color

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

This div background color is #da77fb


#da77fb Border Color

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

This div border color is #da77fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da77fb


Comments

No comments written yet.

Please login to write comment.