Color Hex Logo

#dc34bd Color Hex

#DC34BD
(220,52,189)
0 Favorites   0 Comments

Color spaces of #dc34bd

RGB 22052189
HSL0.860.710.53
HSV311°76°86°
CMYK 0.000.760.14   0.14
XYZ39.928521.345750.1598
Yxy21.34570.35830.1916
Hunter Lab46.201473.4120-32.0288
CIE-Lab53.325875.6530-34.9372

#dc34bd color RGB value is (220,52,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 10111101
Octal 334 64 275
Decimal 220 52 189
Hex DC 34 BD

RGB Percentages of Color #dc34bd

%47.72
%11.28
%41.00

CMYK Percentages of Color #dc34bd

%0
%76
%14
%14

Triadic Colors of #dc34bd

#dc34bd #bddc34 #34bddc

Analogous Colors of #dc34bd

#dc34bd #dc3469 #a734dc

Monochromatic Colors of #dc34bd

#dc34bd

Complementary Color

#dc34bd #34dc53

#dc34bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc34bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc34bd Color CSS Codes

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

#dc34bd Text Font Color

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

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


#dc34bd Background Color

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

This div background color is #dc34bd


#dc34bd Border Color

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

This div border color is #dc34bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc34bd


Comments

No comments written yet.

Please login to write comment.