Color Hex Logo

#dc12bb Color Hex

#DC12BB
(220,18,187)
0 Favorites   0 Comments

Color spaces of #dc12bb

RGB 22018187
HSL0.860.850.47
HSV310°92°86°
CMYK 0.000.920.15   0.14
XYZ38.701119.236148.6869
Yxy19.23610.36300.1804
Hunter Lab43.859080.7549-35.1153
CIE-Lab50.962381.9633-37.4853

#dc12bb color RGB value is (220,18,187).

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

The process color (four color CMYK) of #dc12bb color hex is 0.00, 0.92, 0.15, 0.14. Web safe color of #dc12bb is #cc00cc. Color #dc12bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 10111011
Octal 334 22 273
Decimal 220 18 187
Hex DC 12 BB

RGB Percentages of Color #dc12bb

%51.76
%4.24
%44.00

CMYK Percentages of Color #dc12bb

%0
%92
%15
%14

Triadic Colors of #dc12bb

#dc12bb #bbdc12 #12bbdc

Analogous Colors of #dc12bb

#dc12bb #dc1256 #9812dc

Monochromatic Colors of #dc12bb

#dc12bb

Complementary Color

#dc12bb #12dc33

#dc12bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc12bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc12bb Color CSS Codes

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

#dc12bb Text Font Color

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

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


#dc12bb Background Color

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

This div background color is #dc12bb


#dc12bb Border Color

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

This div border color is #dc12bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc12bb


Comments

No comments written yet.

Please login to write comment.