Color Hex Logo

#dc3bbb Color Hex

#DC3BBB
(220,59,187)
0 Favorites   0 Comments

Color spaces of #dc3bbb

RGB 22059187
HSL0.870.700.55
HSV312°73°86°
CMYK 0.000.730.15   0.14
XYZ40.048821.931449.1361
Yxy21.93140.36040.1974
Hunter Lab46.831070.6950-29.4267
CIE-Lab53.954173.3202-32.7958

#dc3bbb color RGB value is (220,59,187).

#dc3bbb hex color red value is 220, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc3bbb hue: 0.87 , saturation: 0.70 and the lightness value of dc3bbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111011 10111011
Octal 334 73 273
Decimal 220 59 187
Hex DC 3B BB

RGB Percentages of Color #dc3bbb

%47.21
%12.66
%40.13

CMYK Percentages of Color #dc3bbb

%0
%73
%15
%14

Triadic Colors of #dc3bbb

#dc3bbb #bbdc3b #3bbbdc

Analogous Colors of #dc3bbb

#dc3bbb #dc3b6b #ad3bdc

Monochromatic Colors of #dc3bbb

#dc3bbb

Complementary Color

#dc3bbb #3bdc5c

#dc3bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3bbb Color CSS Codes

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

#dc3bbb Text Font Color

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

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


#dc3bbb Background Color

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

This div background color is #dc3bbb


#dc3bbb Border Color

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

This div border color is #dc3bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3bbb


Comments

No comments written yet.

Please login to write comment.