Color Hex Logo

#dc78ef Color Hex

#DC78EF
(220,120,239)
0 Favorites   0 Comments

Color spaces of #dc78ef

RGB 220120239
HSL0.810.790.70
HSV290°50°94°
CMYK 0.080.500.00   0.06
XYZ51.811734.880685.6632
Yxy34.88060.30060.2024
Hunter Lab59.059853.2390-44.6552
CIE-Lab65.655656.4808-43.8469

#dc78ef color RGB value is (220,120,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 11101111
Octal 334 170 357
Decimal 220 120 239
Hex DC 78 EF

RGB Percentages of Color #dc78ef

%38.00
%20.73
%41.28

CMYK Percentages of Color #dc78ef

%8
%50
%0
%6

Triadic Colors of #dc78ef

#dc78ef #efdc78 #78efdc

Analogous Colors of #dc78ef

#dc78ef #ef78c7 #a178ef

Monochromatic Colors of #dc78ef

#dc78ef

Complementary Color

#dc78ef #8bef78

#dc78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc78ef Color CSS Codes

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

#dc78ef Text Font Color

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

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


#dc78ef Background Color

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

This div background color is #dc78ef


#dc78ef Border Color

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

This div border color is #dc78ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc78ef


Comments

No comments written yet.

Please login to write comment.