Color Hex Logo

#dc48bb Color Hex

#DC48BB
(220,72,187)
0 Favorites   0 Comments

Color spaces of #dc48bb

RGB 22072187
HSL0.870.680.57
HSV313°67°86°
CMYK 0.000.670.15   0.14
XYZ40.802223.438249.3872
Yxy23.43820.35910.2063
Hunter Lab48.413065.7160-26.5939
CIE-Lab55.520968.9031-30.3555

#dc48bb color RGB value is (220,72,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 10111011
Octal 334 110 273
Decimal 220 72 187
Hex DC 48 BB

RGB Percentages of Color #dc48bb

%45.93
%15.03
%39.04

CMYK Percentages of Color #dc48bb

%0
%67
%15
%14

Triadic Colors of #dc48bb

#dc48bb #bbdc48 #48bbdc

Analogous Colors of #dc48bb

#dc48bb #dc4871 #b348dc

Monochromatic Colors of #dc48bb

#dc48bb

Complementary Color

#dc48bb #48dc69

#dc48bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48bb Color CSS Codes

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

#dc48bb Text Font Color

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

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


#dc48bb Background Color

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

This div background color is #dc48bb


#dc48bb Border Color

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

This div border color is #dc48bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48bb


Comments

No comments written yet.

Please login to write comment.