Color Hex Logo

#dc79ea Color Hex

#DC79EA
(220,121,234)
0 Favorites   0 Comments

Color spaces of #dc79ea

RGB 220121234
HSL0.810.730.70
HSV293°48°92°
CMYK 0.060.480.00   0.08
XYZ51.203934.830981.8662
Yxy34.83090.30500.2074
Hunter Lab59.017751.5860-40.9315
CIE-Lab65.616855.0446-41.1446

#dc79ea color RGB value is (220,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 11101010
Octal 334 171 352
Decimal 220 121 234
Hex DC 79 EA

RGB Percentages of Color #dc79ea

%38.26
%21.04
%40.70

CMYK Percentages of Color #dc79ea

%6
%48
%0
%8

Triadic Colors of #dc79ea

#dc79ea #eadc79 #79eadc

Analogous Colors of #dc79ea

#dc79ea #ea79c0 #a479ea

Monochromatic Colors of #dc79ea

#dc79ea

Complementary Color

#dc79ea #87ea79

#dc79ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc79ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc79ea Color CSS Codes

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

#dc79ea Text Font Color

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

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


#dc79ea Background Color

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

This div background color is #dc79ea


#dc79ea Border Color

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

This div border color is #dc79ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,121,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc79ea


Comments

No comments written yet.

Please login to write comment.