Color Hex Logo

#dc2bdb Color Hex

#DC2BDB
(220,43,219)
0 Favorites   0 Comments

Color spaces of #dc2bdb

RGB 22043219
HSL0.830.720.52
HSV300°80°86°
CMYK 0.000.800.00   0.14
XYZ43.165322.057969.0004
Yxy22.05790.32160.1643
Hunter Lab46.965881.8653-54.2305
CIE-Lab54.088482.2230-50.9464

#dc2bdb color RGB value is (220,43,219).

#dc2bdb hex color red value is 220, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dc2bdb hue: 0.83 , saturation: 0.72 and the lightness value of dc2bdb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101011 11011011
Octal 334 53 333
Decimal 220 43 219
Hex DC 2B DB

RGB Percentages of Color #dc2bdb

%45.64
%8.92
%45.44

CMYK Percentages of Color #dc2bdb

%0
%80
%0
%14

Triadic Colors of #dc2bdb

#dc2bdb #dbdc2b #2bdbdc

Analogous Colors of #dc2bdb

#dc2bdb #dc2b83 #852bdc

Monochromatic Colors of #dc2bdb

#dc2bdb

Complementary Color

#dc2bdb #2bdc2c

#dc2bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2bdb Color CSS Codes

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

#dc2bdb Text Font Color

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

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


#dc2bdb Background Color

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

This div background color is #dc2bdb


#dc2bdb Border Color

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

This div border color is #dc2bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,43,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc2bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2bdb


Comments

No comments written yet.

Please login to write comment.