Color Hex Logo

#dc50be Color Hex

#DC50BE
(220,80,190)
0 Favorites   0 Comments

Color spaces of #dc50be

RGB 22080190
HSL0.870.670.59
HSV313°64°86°
CMYK 0.000.640.14   0.14
XYZ41.678124.670751.2804
Yxy24.67070.35430.2097
Hunter Lab49.669662.8587-26.4441
CIE-Lab56.753266.2714-30.1698

#dc50be color RGB value is (220,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 10111110
Octal 334 120 276
Decimal 220 80 190
Hex DC 50 BE

RGB Percentages of Color #dc50be

%44.90
%16.33
%38.78

CMYK Percentages of Color #dc50be

%0
%64
%14
%14

Triadic Colors of #dc50be

#dc50be #bedc50 #50bedc

Analogous Colors of #dc50be

#dc50be #dc5078 #b450dc

Monochromatic Colors of #dc50be

#dc50be

Complementary Color

#dc50be #50dc6e

#dc50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc50be Color CSS Codes

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

#dc50be Text Font Color

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

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


#dc50be Background Color

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

This div background color is #dc50be


#dc50be Border Color

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

This div border color is #dc50be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc50be


Comments

No comments written yet.

Please login to write comment.