Color Hex Logo

#dc1bbb Color Hex

#DC1BBB
(220,27,187)
0 Favorites   0 Comments

Color spaces of #dc1bbb

RGB 22027187
HSL0.860.780.48
HSV310°88°86°
CMYK 0.000.880.15   0.14
XYZ38.876819.587448.7454
Yxy19.58740.36260.1827
Hunter Lab44.257779.3470-34.3217
CIE-Lab51.367580.7769-36.8479

#dc1bbb color RGB value is (220,27,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011011 10111011
Octal 334 33 273
Decimal 220 27 187
Hex DC 1B BB

RGB Percentages of Color #dc1bbb

%50.69
%6.22
%43.09

CMYK Percentages of Color #dc1bbb

%0
%88
%15
%14

Triadic Colors of #dc1bbb

#dc1bbb #bbdc1b #1bbbdc

Analogous Colors of #dc1bbb

#dc1bbb #dc1b5a #9d1bdc

Monochromatic Colors of #dc1bbb

#dc1bbb

Complementary Color

#dc1bbb #1bdc3c

#dc1bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1bbb Color CSS Codes

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

#dc1bbb Text Font Color

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

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


#dc1bbb Background Color

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

This div background color is #dc1bbb


#dc1bbb Border Color

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

This div border color is #dc1bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1bbb


Comments

No comments written yet.

Please login to write comment.