Color Hex Logo

#dc41bd Color Hex

#DC41BD
(220,65,189)
0 Favorites   0 Comments

Color spaces of #dc41bd

RGB 22065189
HSL0.870.690.56
HSV312°70°86°
CMYK 0.000.700.14   0.14
XYZ40.590822.670450.3806
Yxy22.67040.35720.1995
Hunter Lab47.613468.8490-29.4064
CIE-Lab54.731271.6543-32.7404

#dc41bd color RGB value is (220,65,189).

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

The process color (four color CMYK) of #dc41bd color hex is 0.00, 0.70, 0.14, 0.14. Web safe color of #dc41bd is #cc33cc. Color #dc41bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 10111101
Octal 334 101 275
Decimal 220 65 189
Hex DC 41 BD

RGB Percentages of Color #dc41bd

%46.41
%13.71
%39.87

CMYK Percentages of Color #dc41bd

%0
%70
%14
%14

Triadic Colors of #dc41bd

#dc41bd #bddc41 #41bddc

Analogous Colors of #dc41bd

#dc41bd #dc4170 #ae41dc

Monochromatic Colors of #dc41bd

#dc41bd

Complementary Color

#dc41bd #41dc60

#dc41bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc41bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc41bd Color CSS Codes

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

#dc41bd Text Font Color

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

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


#dc41bd Background Color

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

This div background color is #dc41bd


#dc41bd Border Color

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

This div border color is #dc41bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc41bd


Comments

No comments written yet.

Please login to write comment.