Color Hex Logo

#dc6fda Color Hex

#DC6FDA
(220,111,218)
0 Favorites   0 Comments

Color spaces of #dc6fda

RGB 220111218
HSL0.840.610.65
HSV301°50°86°
CMYK 0.000.500.01   0.14
XYZ47.854531.646569.9158
Yxy31.64650.32030.2118
Hunter Lab56.255253.3975-34.3089
CIE-Lab63.049657.0383-36.2523

#dc6fda color RGB value is (220,111,218).

#dc6fda hex color red value is 220, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dc6fda hue: 0.84 , saturation: 0.61 and the lightness value of dc6fda is 0.65.

The process color (four color CMYK) of #dc6fda color hex is 0.00, 0.50, 0.01, 0.14. Web safe color of #dc6fda is #cc66cc. Color #dc6fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 11011010
Octal 334 157 332
Decimal 220 111 218
Hex DC 6F DA

RGB Percentages of Color #dc6fda

%40.07
%20.22
%39.71

CMYK Percentages of Color #dc6fda

%0
%50
%1
%14

Triadic Colors of #dc6fda

#dc6fda #dadc6f #6fdadc

Analogous Colors of #dc6fda

#dc6fda #dc6fa4 #a86fdc

Monochromatic Colors of #dc6fda

#dc6fda

Complementary Color

#dc6fda #6fdc71

#dc6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fda Color CSS Codes

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

#dc6fda Text Font Color

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

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


#dc6fda Background Color

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

This div background color is #dc6fda


#dc6fda Border Color

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

This div border color is #dc6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fda


Comments

No comments written yet.

Please login to write comment.