Color Hex Logo

#da50ef Color Hex

#DA50EF
(218,80,239)
0 Favorites   0 Comments

Color spaces of #da50ef

RGB 21880239
HSL0.810.830.63
HSV292°67°94°
CMYK 0.090.670.00   0.06
XYZ47.362126.874784.3524
Yxy26.87470.29860.1695
Hunter Lab51.840872.3573-60.1847
CIE-Lab58.858273.7360-54.6201

#da50ef color RGB value is (218,80,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 11101111
Octal 332 120 357
Decimal 218 80 239
Hex DA 50 EF

RGB Percentages of Color #da50ef

%40.60
%14.90
%44.51

CMYK Percentages of Color #da50ef

%9
%67
%0
%6

Triadic Colors of #da50ef

#da50ef #efda50 #50efda

Analogous Colors of #da50ef

#da50ef #ef50b5 #8b50ef

Monochromatic Colors of #da50ef

#da50ef

Complementary Color

#da50ef #65ef50

#da50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50ef Color CSS Codes

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

#da50ef Text Font Color

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

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


#da50ef Background Color

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

This div background color is #da50ef


#da50ef Border Color

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

This div border color is #da50ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,80,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 #da50ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50ef


Comments

No comments written yet.

Please login to write comment.