Color Hex Logo

#dc6fdf Color Hex

#DC6FDF
(220,111,223)
0 Favorites   0 Comments

Color spaces of #dc6fdf

RGB 220111223
HSL0.830.640.65
HSV298°50°87°
CMYK 0.010.500.00   0.13
XYZ48.518931.912273.4145
Yxy31.91220.31540.2074
Hunter Lab56.490954.4511-37.5086
CIE-Lab63.270357.9198-38.7033

#dc6fdf color RGB value is (220,111,223).

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

The process color (four color CMYK) of #dc6fdf color hex is 0.01, 0.50, 0.00, 0.13. Web safe color of #dc6fdf is #cc66cc. Color #dc6fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 11011111
Octal 334 157 337
Decimal 220 111 223
Hex DC 6F DF

RGB Percentages of Color #dc6fdf

%39.71
%20.04
%40.25

CMYK Percentages of Color #dc6fdf

%1
%50
%0
%13

Triadic Colors of #dc6fdf

#dc6fdf #dfdc6f #6fdfdc

Analogous Colors of #dc6fdf

#dc6fdf #df6faa #a46fdf

Monochromatic Colors of #dc6fdf

#dc6fdf

Complementary Color

#dc6fdf #72df6f

#dc6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fdf Color CSS Codes

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

#dc6fdf Text Font Color

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

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


#dc6fdf Background Color

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

This div background color is #dc6fdf


#dc6fdf Border Color

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

This div border color is #dc6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fdf


Comments

No comments written yet.

Please login to write comment.