Color Hex Logo

#dc68bd Color Hex

#DC68BD
(220,104,189)
0 Favorites   0 Comments

Color spaces of #dc68bd

RGB 220104189
HSL0.880.620.64
HSV316°53°86°
CMYK 0.000.530.14   0.14
XYZ43.650828.790451.4006
Yxy28.79040.35250.2325
Hunter Lab53.656751.3142-19.2374
CIE-Lab60.596255.6076-23.6653

#dc68bd color RGB value is (220,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 10111101
Octal 334 150 275
Decimal 220 104 189
Hex DC 68 BD

RGB Percentages of Color #dc68bd

%42.88
%20.27
%36.84

CMYK Percentages of Color #dc68bd

%0
%53
%14
%14

Triadic Colors of #dc68bd

#dc68bd #bddc68 #68bddc

Analogous Colors of #dc68bd

#dc68bd #dc6883 #c168dc

Monochromatic Colors of #dc68bd

#dc68bd

Complementary Color

#dc68bd #68dc87

#dc68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc68bd Color CSS Codes

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

#dc68bd Text Font Color

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

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


#dc68bd Background Color

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

This div background color is #dc68bd


#dc68bd Border Color

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

This div border color is #dc68bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc68bd


Comments

No comments written yet.

Please login to write comment.