Color Hex Logo

#da7aff Color Hex

#DA7AFF
(218,122,255)
0 Favorites   0 Comments

Color spaces of #da7aff

RGB 218122255
HSL0.791.000.74
HSV283°52°100°
CMYK 0.150.520.00   0.00
XYZ53.923036.044598.7230
Yxy36.04450.28580.1910
Hunter Lab60.037155.2570-55.4686
CIE-Lab66.553958.0830-51.2407

#da7aff color RGB value is (218,122,255).

#da7aff hex color red value is 218, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da7aff hue: 0.79 , saturation: 1.00 and the lightness value of da7aff is 0.74.

The process color (four color CMYK) of #da7aff color hex is 0.15, 0.52, 0.00, 0.00. Web safe color of #da7aff is #cc66ff. Color #da7aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 11111111
Octal 332 172 377
Decimal 218 122 255
Hex DA 7A FF

RGB Percentages of Color #da7aff

%36.64
%20.50
%42.86

CMYK Percentages of Color #da7aff

%15
%52
%0
%0

Triadic Colors of #da7aff

#da7aff #ffda7a #7affda

Analogous Colors of #da7aff

#da7aff #ff7ae2 #987aff

Monochromatic Colors of #da7aff

#da7aff

Complementary Color

#da7aff #9fff7a

#da7aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7aff Color CSS Codes

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

#da7aff Text Font Color

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

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


#da7aff Background Color

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

This div background color is #da7aff


#da7aff Border Color

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

This div border color is #da7aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7aff


Comments

No comments written yet.

Please login to write comment.