Color Hex Logo

#dc6fea Color Hex

#DC6FEA
(220,111,234)
0 Favorites   0 Comments

Color spaces of #dc6fea

RGB 220111234
HSL0.810.750.68
HSV293°53°92°
CMYK 0.060.530.00   0.08
XYZ50.050932.525081.4819
Yxy32.52500.30510.1983
Hunter Lab57.030756.8503-44.7884
CIE-Lab63.774459.9089-44.0361

#dc6fea color RGB value is (220,111,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 11101010
Octal 334 157 352
Decimal 220 111 234
Hex DC 6F EA

RGB Percentages of Color #dc6fea

%38.94
%19.65
%41.42

CMYK Percentages of Color #dc6fea

%6
%53
%0
%8

Triadic Colors of #dc6fea

#dc6fea #eadc6f #6feadc

Analogous Colors of #dc6fea

#dc6fea #ea6fbb #9f6fea

Monochromatic Colors of #dc6fea

#dc6fea

Complementary Color

#dc6fea #7dea6f

#dc6fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fea Color CSS Codes

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

#dc6fea Text Font Color

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

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


#dc6fea Background Color

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

This div background color is #dc6fea


#dc6fea Border Color

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

This div border color is #dc6fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fea


Comments

No comments written yet.

Please login to write comment.