Color Hex Logo

#dc69eb Color Hex

#DC69EB
(220,105,235)
0 Favorites   0 Comments

Color spaces of #dc69eb

RGB 220105235
HSL0.810.760.67
HSV293°55°92°
CMYK 0.060.550.00   0.08
XYZ49.562231.317082.0298
Yxy31.31700.30420.1922
Hunter Lab55.961660.1551-47.7355
CIE-Lab62.774362.9013-46.1665

#dc69eb color RGB value is (220,105,235).

#dc69eb hex color red value is 220, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc69eb hue: 0.81 , saturation: 0.76 and the lightness value of dc69eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101001 11101011
Octal 334 151 353
Decimal 220 105 235
Hex DC 69 EB

RGB Percentages of Color #dc69eb

%39.29
%18.75
%41.96

CMYK Percentages of Color #dc69eb

%6
%55
%0
%8

Triadic Colors of #dc69eb

#dc69eb #ebdc69 #69ebdc

Analogous Colors of #dc69eb

#dc69eb #eb69b9 #9b69eb

Monochromatic Colors of #dc69eb

#dc69eb

Complementary Color

#dc69eb #78eb69

#dc69eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc69eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc69eb Color CSS Codes

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

#dc69eb Text Font Color

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

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


#dc69eb Background Color

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

This div background color is #dc69eb


#dc69eb Border Color

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

This div border color is #dc69eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc69eb


Comments

No comments written yet.

Please login to write comment.