Color Hex Logo

#da6fef Color Hex

#DA6FEF
(218,111,239)
0 Favorites   0 Comments

Color spaces of #da6fef

RGB 218111239
HSL0.810.800.69
HSV290°54°94°
CMYK 0.090.540.00   0.06
XYZ50.177932.506385.2910
Yxy32.50630.29870.1935
Hunter Lab57.014357.3216-48.7853
CIE-Lab63.759160.3160-46.8489

#da6fef color RGB value is (218,111,239).

#da6fef hex color red value is 218, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #da6fef hue: 0.81 , saturation: 0.80 and the lightness value of da6fef is 0.69.

The process color (four color CMYK) of #da6fef color hex is 0.09, 0.54, 0.00, 0.06. Web safe color of #da6fef is #cc66ff. Color #da6fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101111 11101111
Octal 332 157 357
Decimal 218 111 239
Hex DA 6F EF

RGB Percentages of Color #da6fef

%38.38
%19.54
%42.08

CMYK Percentages of Color #da6fef

%9
%54
%0
%6

Triadic Colors of #da6fef

#da6fef #efda6f #6fefda

Analogous Colors of #da6fef

#da6fef #ef6fc4 #9a6fef

Monochromatic Colors of #da6fef

#da6fef

Complementary Color

#da6fef #84ef6f

#da6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6fef Color CSS Codes

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

#da6fef Text Font Color

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

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


#da6fef Background Color

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

This div background color is #da6fef


#da6fef Border Color

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

This div border color is #da6fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6fef


Comments

No comments written yet.

Please login to write comment.