Color Hex Logo

#da78ed Color Hex

#DA78ED
(218,120,237)
0 Favorites   0 Comments

Color spaces of #da78ed

RGB 218120237
HSL0.810.760.70
HSV290°49°93°
CMYK 0.080.490.00   0.07
XYZ50.916034.452884.0873
Yxy34.45280.30050.2033
Hunter Lab58.696552.1201-43.8500
CIE-Lab65.320455.5583-43.2857

#da78ed color RGB value is (218,120,237).

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

The process color (four color CMYK) of #da78ed color hex is 0.08, 0.49, 0.00, 0.07. Web safe color of #da78ed is #cc66ff. Color #da78ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 11101101
Octal 332 170 355
Decimal 218 120 237
Hex DA 78 ED

RGB Percentages of Color #da78ed

%37.91
%20.87
%41.22

CMYK Percentages of Color #da78ed

%8
%49
%0
%7

Triadic Colors of #da78ed

#da78ed #edda78 #78edda

Analogous Colors of #da78ed

#da78ed #ed78c6 #a078ed

Monochromatic Colors of #da78ed

#da78ed

Complementary Color

#da78ed #8bed78

#da78ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da78ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da78ed Color CSS Codes

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

#da78ed Text Font Color

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

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


#da78ed Background Color

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

This div background color is #da78ed


#da78ed Border Color

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

This div border color is #da78ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da78ed


Comments

No comments written yet.

Please login to write comment.