Color Hex Logo

#dc06da Color Hex

#DC06DA
(220,6,218)
0 Favorites   0 Comments

Color spaces of #dc06da

RGB 2206218
HSL0.830.950.44
HSV301°97°86°
CMYK 0.000.970.01   0.14
XYZ42.235220.407868.0427
Yxy20.40780.32320.1562
Hunter Lab45.175087.8278-57.6803
CIE-Lab52.295287.1718-53.2396

#dc06da color RGB value is (220,6,218).

#dc06da hex color red value is 220, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dc06da hue: 0.83 , saturation: 0.95 and the lightness value of dc06da is 0.44.

The process color (four color CMYK) of #dc06da color hex is 0.00, 0.97, 0.01, 0.14. Web safe color of #dc06da is #cc00cc. Color #dc06da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 11011010
Octal 334 6 332
Decimal 220 6 218
Hex DC 6 DA

RGB Percentages of Color #dc06da

%49.55
%1.35
%49.10

CMYK Percentages of Color #dc06da

%0
%97
%1
%14

Triadic Colors of #dc06da

#dc06da #dadc06 #06dadc

Analogous Colors of #dc06da

#dc06da #dc066f #7306dc

Monochromatic Colors of #dc06da

#dc06da

Complementary Color

#dc06da #06dc08

#dc06da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc06da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc06da Color CSS Codes

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

#dc06da Text Font Color

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

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


#dc06da Background Color

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

This div background color is #dc06da


#dc06da Border Color

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

This div border color is #dc06da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc06da


Comments

No comments written yet.

Please login to write comment.