Color Hex Logo

#dd78ef Color Hex

#DD78EF
(221,120,239)
0 Favorites   0 Comments

Color spaces of #dd78ef

RGB 221120239
HSL0.810.790.70
HSV291°50°94°
CMYK 0.080.500.00   0.06
XYZ52.115335.037185.6774
Yxy35.03710.30150.2027
Hunter Lab59.192153.5728-44.3845
CIE-Lab65.777556.7514-43.6469

#dd78ef color RGB value is (221,120,239).

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

The process color (four color CMYK) of #dd78ef color hex is 0.08, 0.50, 0.00, 0.06. Web safe color of #dd78ef is #cc66ff. Color #dd78ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 11101111
Octal 335 170 357
Decimal 221 120 239
Hex DD 78 EF

RGB Percentages of Color #dd78ef

%38.10
%20.69
%41.21

CMYK Percentages of Color #dd78ef

%8
%50
%0
%6

Triadic Colors of #dd78ef

#dd78ef #efdd78 #78efdd

Analogous Colors of #dd78ef

#dd78ef #ef78c6 #a278ef

Monochromatic Colors of #dd78ef

#dd78ef

Complementary Color

#dd78ef #8aef78

#dd78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd78ef Color CSS Codes

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

#dd78ef Text Font Color

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

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


#dd78ef Background Color

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

This div background color is #dd78ef


#dd78ef Border Color

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

This div border color is #dd78ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd78ef


Comments

No comments written yet.

Please login to write comment.