Color Hex Logo

#dc68ea Color Hex

#DC68EA
(220,104,234)
0 Favorites   0 Comments

Color spaces of #dc68ea

RGB 220104234
HSL0.820.760.66
HSV294°56°92°
CMYK 0.060.560.00   0.08
XYZ49.316831.056881.2372
Yxy31.05680.30520.1922
Hunter Lab55.728660.4377-47.4187
CIE-Lab62.555663.1790-45.9556

#dc68ea color RGB value is (220,104,234).

#dc68ea hex color red value is 220, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc68ea hue: 0.82 , saturation: 0.76 and the lightness value of dc68ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 11101010
Octal 334 150 352
Decimal 220 104 234
Hex DC 68 EA

RGB Percentages of Color #dc68ea

%39.43
%18.64
%41.94

CMYK Percentages of Color #dc68ea

%6
%56
%0
%8

Triadic Colors of #dc68ea

#dc68ea #eadc68 #68eadc

Analogous Colors of #dc68ea

#dc68ea #ea68b7 #9b68ea

Monochromatic Colors of #dc68ea

#dc68ea

Complementary Color

#dc68ea #76ea68

#dc68ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc68ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc68ea Color CSS Codes

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

#dc68ea Text Font Color

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

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


#dc68ea Background Color

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

This div background color is #dc68ea


#dc68ea Border Color

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

This div border color is #dc68ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc68ea


Comments

No comments written yet.

Please login to write comment.