Color Hex Logo

#dc06bb Color Hex

#DC06BB
(220,6,187)
0 Favorites   0 Comments

Color spaces of #dc06bb

RGB 2206187
HSL0.860.950.44
HSV309°97°86°
CMYK 0.000.970.15   0.14
XYZ38.550018.933748.6365
Yxy18.93370.36330.1784
Hunter Lab43.512981.9936-35.8124
CIE-Lab50.609583.0009-38.0407

#dc06bb color RGB value is (220,6,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 10111011
Octal 334 6 273
Decimal 220 6 187
Hex DC 6 BB

RGB Percentages of Color #dc06bb

%53.27
%1.45
%45.28

CMYK Percentages of Color #dc06bb

%0
%97
%15
%14

Triadic Colors of #dc06bb

#dc06bb #bbdc06 #06bbdc

Analogous Colors of #dc06bb

#dc06bb #dc0650 #9206dc

Monochromatic Colors of #dc06bb

#dc06bb

Complementary Color

#dc06bb #06dc27

#dc06bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc06bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc06bb Color CSS Codes

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

#dc06bb Text Font Color

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

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


#dc06bb Background Color

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

This div background color is #dc06bb


#dc06bb Border Color

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

This div border color is #dc06bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc06bb


Comments

No comments written yet.

Please login to write comment.