Color Hex Logo

#dc07bd Color Hex

#DC07BD
(220,7,189)
0 Favorites   0 Comments

Color spaces of #dc07bd

RGB 2207189
HSL0.860.940.45
HSV309°97°86°
CMYK 0.000.970.14   0.14
XYZ38.776519.041749.7758
Yxy19.04170.36040.1770
Hunter Lab43.636882.2542-37.0854
CIE-Lab50.736083.1795-39.0073

#dc07bd color RGB value is (220,7,189).

#dc07bd hex color red value is 220, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dc07bd hue: 0.86 , saturation: 0.94 and the lightness value of dc07bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 10111101
Octal 334 7 275
Decimal 220 7 189
Hex DC 7 BD

RGB Percentages of Color #dc07bd

%52.88
%1.68
%45.43

CMYK Percentages of Color #dc07bd

%0
%97
%14
%14

Triadic Colors of #dc07bd

#dc07bd #bddc07 #07bddc

Analogous Colors of #dc07bd

#dc07bd #dc0753 #9107dc

Monochromatic Colors of #dc07bd

#dc07bd

Complementary Color

#dc07bd #07dc26

#dc07bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc07bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc07bd Color CSS Codes

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

#dc07bd Text Font Color

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

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


#dc07bd Background Color

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

This div background color is #dc07bd


#dc07bd Border Color

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

This div border color is #dc07bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc07bd


Comments

No comments written yet.

Please login to write comment.