Color Hex Logo

#da46ed Color Hex

#DA46ED
(218,70,237)
0 Favorites   0 Comments

Color spaces of #da46ed

RGB 21870237
HSL0.810.820.60
HSV293°70°93°
CMYK 0.080.700.00   0.07
XYZ46.389725.400282.5785
Yxy25.40020.30050.1645
Hunter Lab50.398676.1038-61.8681
CIE-Lab57.463377.0167-55.7283

#da46ed color RGB value is (218,70,237).

#da46ed hex color red value is 218, green value is 70 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da46ed hue: 0.81 , saturation: 0.82 and the lightness value of da46ed is 0.60.

The process color (four color CMYK) of #da46ed color hex is 0.08, 0.70, 0.00, 0.07. Web safe color of #da46ed is #cc33ff. Color #da46ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 11101101
Octal 332 106 355
Decimal 218 70 237
Hex DA 46 ED

RGB Percentages of Color #da46ed

%41.52
%13.33
%45.14

CMYK Percentages of Color #da46ed

%8
%70
%0
%7

Triadic Colors of #da46ed

#da46ed #edda46 #46edda

Analogous Colors of #da46ed

#da46ed #ed46ad #8746ed

Monochromatic Colors of #da46ed

#da46ed

Complementary Color

#da46ed #59ed46

#da46ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da46ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da46ed Color CSS Codes

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

#da46ed Text Font Color

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

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


#da46ed Background Color

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

This div background color is #da46ed


#da46ed Border Color

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

This div border color is #da46ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da46ed


Comments

No comments written yet.

Please login to write comment.