Color Hex Logo

#dc51bd Color Hex

#DC51BD
(220,81,189)
0 Favorites   0 Comments

Color spaces of #dc51bd

RGB 22081189
HSL0.870.670.59
HSV313°63°86°
CMYK 0.000.630.14   0.14
XYZ41.642924.774650.7313
Yxy24.77460.35550.2115
Hunter Lab49.774162.2352-25.5883
CIE-Lab56.855165.7248-29.4366

#dc51bd color RGB value is (220,81,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 10111101
Octal 334 121 275
Decimal 220 81 189
Hex DC 51 BD

RGB Percentages of Color #dc51bd

%44.90
%16.53
%38.57

CMYK Percentages of Color #dc51bd

%0
%63
%14
%14

Triadic Colors of #dc51bd

#dc51bd #bddc51 #51bddc

Analogous Colors of #dc51bd

#dc51bd #dc5178 #b651dc

Monochromatic Colors of #dc51bd

#dc51bd

Complementary Color

#dc51bd #51dc70

#dc51bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc51bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc51bd Color CSS Codes

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

#dc51bd Text Font Color

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

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


#dc51bd Background Color

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

This div background color is #dc51bd


#dc51bd Border Color

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

This div border color is #dc51bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc51bd


Comments

No comments written yet.

Please login to write comment.