Color Hex Logo

#dc77bd Color Hex

#DC77BD
(220,119,189)
0 Favorites   0 Comments

Color spaces of #dc77bd

RGB 220119189
HSL0.880.590.66
HSV318°46°86°
CMYK 0.000.460.14   0.14
XYZ45.297332.083451.9494
Yxy32.08340.35020.2481
Hunter Lab56.642243.6242-14.7283
CIE-Lab63.411848.2622-19.3632

#dc77bd color RGB value is (220,119,189).

#dc77bd hex color red value is 220, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dc77bd hue: 0.88 , saturation: 0.59 and the lightness value of dc77bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110111 10111101
Octal 334 167 275
Decimal 220 119 189
Hex DC 77 BD

RGB Percentages of Color #dc77bd

%41.67
%22.54
%35.80

CMYK Percentages of Color #dc77bd

%0
%46
%14
%14

Triadic Colors of #dc77bd

#dc77bd #bddc77 #77bddc

Analogous Colors of #dc77bd

#dc77bd #dc778b #c977dc

Monochromatic Colors of #dc77bd

#dc77bd

Complementary Color

#dc77bd #77dc96

#dc77bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc77bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc77bd Color CSS Codes

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

#dc77bd Text Font Color

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

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


#dc77bd Background Color

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

This div background color is #dc77bd


#dc77bd Border Color

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

This div border color is #dc77bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc77bd


Comments

No comments written yet.

Please login to write comment.