Color Hex Logo

#da47ef Color Hex

#DA47EF
(218,71,239)
0 Favorites   0 Comments

Color spaces of #da47ef

RGB 21871239
HSL0.810.840.61
HSV293°70°94°
CMYK 0.090.700.00   0.06
XYZ46.746725.643984.1473
Yxy25.64390.29860.1638
Hunter Lab50.639876.1575-63.0733
CIE-Lab57.697577.0145-56.4723

#da47ef color RGB value is (218,71,239).

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

The process color (four color CMYK) of #da47ef color hex is 0.09, 0.70, 0.00, 0.06. Web safe color of #da47ef is #cc33ff. Color #da47ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 11101111
Octal 332 107 357
Decimal 218 71 239
Hex DA 47 EF

RGB Percentages of Color #da47ef

%41.29
%13.45
%45.27

CMYK Percentages of Color #da47ef

%9
%70
%0
%6

Triadic Colors of #da47ef

#da47ef #efda47 #47efda

Analogous Colors of #da47ef

#da47ef #ef47b0 #8647ef

Monochromatic Colors of #da47ef

#da47ef

Complementary Color

#da47ef #5cef47

#da47ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da47ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da47ef Color CSS Codes

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

#da47ef Text Font Color

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

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


#da47ef Background Color

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

This div background color is #da47ef


#da47ef Border Color

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

This div border color is #da47ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da47ef


Comments

No comments written yet.

Please login to write comment.