Color Hex Logo

#dc55ba Color Hex

#DC55BA
(220,85,186)
0 Favorites   0 Comments

Color spaces of #dc55ba

RGB 22085186
HSL0.880.660.60
HSV315°61°86°
CMYK 0.000.610.15   0.14
XYZ41.626625.257849.1357
Yxy25.25780.35880.2177
Hunter Lab50.257159.8966-22.7870
CIE-Lab57.325763.6468-26.9823

#dc55ba color RGB value is (220,85,186).

#dc55ba hex color red value is 220, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc55ba hue: 0.88 , saturation: 0.66 and the lightness value of dc55ba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 10111010
Octal 334 125 272
Decimal 220 85 186
Hex DC 55 BA

RGB Percentages of Color #dc55ba

%44.81
%17.31
%37.88

CMYK Percentages of Color #dc55ba

%0
%61
%15
%14

Triadic Colors of #dc55ba

#dc55ba #badc55 #55badc

Analogous Colors of #dc55ba

#dc55ba #dc5577 #bb55dc

Monochromatic Colors of #dc55ba

#dc55ba

Complementary Color

#dc55ba #55dc77

#dc55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc55ba Color CSS Codes

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

#dc55ba Text Font Color

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

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


#dc55ba Background Color

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

This div background color is #dc55ba


#dc55ba Border Color

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

This div border color is #dc55ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc55ba


Comments

No comments written yet.

Please login to write comment.