Color Hex Logo

#da76fd Color Hex

#DA76FD
(218,118,253)
0 Favorites   0 Comments

Color spaces of #da76fd

RGB 218118253
HSL0.790.970.73
HSV284°53°99°
CMYK 0.140.530.00   0.01
XYZ53.121534.954196.8755
Yxy34.95410.28720.1890
Hunter Lab59.122056.9199-55.7654
CIE-Lab65.712959.6470-51.4756

#da76fd color RGB value is (218,118,253).

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

The process color (four color CMYK) of #da76fd color hex is 0.14, 0.53, 0.00, 0.01. Web safe color of #da76fd is #cc66ff. Color #da76fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 11111101
Octal 332 166 375
Decimal 218 118 253
Hex DA 76 FD

RGB Percentages of Color #da76fd

%37.01
%20.03
%42.95

CMYK Percentages of Color #da76fd

%14
%53
%0
%1

Triadic Colors of #da76fd

#da76fd #fdda76 #76fdda

Analogous Colors of #da76fd

#da76fd #fd76dd #9776fd

Monochromatic Colors of #da76fd

#da76fd

Complementary Color

#da76fd #99fd76

#da76fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da76fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da76fd Color CSS Codes

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

#da76fd Text Font Color

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

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


#da76fd Background Color

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

This div background color is #da76fd


#da76fd Border Color

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

This div border color is #da76fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da76fd

Related Colors


Comments

No comments written yet.

Please login to write comment.