Color Hex Logo

#dc2bbb Color Hex

#DC2BBB
(220,43,187)
0 Favorites   0 Comments

Color spaces of #dc2bbb

RGB 22043187
HSL0.860.720.52
HSV311°80°86°
CMYK 0.000.800.15   0.14
XYZ39.348720.531348.9027
Yxy20.53130.36170.1887
Hunter Lab45.311575.7152-32.2711
CIE-Lab52.432777.6812-35.1758

#dc2bbb color RGB value is (220,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101011 10111011
Octal 334 53 273
Decimal 220 43 187
Hex DC 2B BB

RGB Percentages of Color #dc2bbb

%48.89
%9.56
%41.56

CMYK Percentages of Color #dc2bbb

%0
%80
%15
%14

Triadic Colors of #dc2bbb

#dc2bbb #bbdc2b #2bbbdc

Analogous Colors of #dc2bbb

#dc2bbb #dc2b62 #a52bdc

Monochromatic Colors of #dc2bbb

#dc2bbb

Complementary Color

#dc2bbb #2bdc4c

#dc2bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2bbb Color CSS Codes

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

#dc2bbb Text Font Color

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

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


#dc2bbb Background Color

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

This div background color is #dc2bbb


#dc2bbb Border Color

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

This div border color is #dc2bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2bbb


Comments

No comments written yet.

Please login to write comment.