Color Hex Logo

#dc50ba Color Hex

#DC50BA
(220,80,186)
0 Favorites   0 Comments

Color spaces of #dc50ba

RGB 22080186
HSL0.870.670.59
HSV315°64°86°
CMYK 0.000.640.15   0.14
XYZ41.246824.498149.0090
Yxy24.49810.35940.2135
Hunter Lab49.495662.1346-24.0603
CIE-Lab56.583165.6896-28.1308

#dc50ba color RGB value is (220,80,186).

#dc50ba hex color red value is 220, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc50ba hue: 0.87 , saturation: 0.67 and the lightness value of dc50ba is 0.59.

The process color (four color CMYK) of #dc50ba color hex is 0.00, 0.64, 0.15, 0.14. Web safe color of #dc50ba is #cc66cc. Color #dc50ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 10111010
Octal 334 120 272
Decimal 220 80 186
Hex DC 50 BA

RGB Percentages of Color #dc50ba

%45.27
%16.46
%38.27

CMYK Percentages of Color #dc50ba

%0
%64
%15
%14

Triadic Colors of #dc50ba

#dc50ba #badc50 #50badc

Analogous Colors of #dc50ba

#dc50ba #dc5074 #b850dc

Monochromatic Colors of #dc50ba

#dc50ba

Complementary Color

#dc50ba #50dc72

#dc50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc50ba Color CSS Codes

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

#dc50ba Text Font Color

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

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


#dc50ba Background Color

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

This div background color is #dc50ba


#dc50ba Border Color

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

This div border color is #dc50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc50ba


Comments

No comments written yet.

Please login to write comment.