Color Hex Logo

#dc50ef Color Hex

#DC50EF
(220,80,239)
0 Favorites   0 Comments

Color spaces of #dc50ef

RGB 22080239
HSL0.810.830.63
HSV293°67°94°
CMYK 0.080.670.00   0.06
XYZ47.963827.185084.3806
Yxy27.18500.30070.1704
Hunter Lab52.139272.9616-59.4557
CIE-Lab59.145274.1705-54.1457

#dc50ef color RGB value is (220,80,239).

#dc50ef hex color red value is 220, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc50ef hue: 0.81 , saturation: 0.83 and the lightness value of dc50ef is 0.63.

The process color (four color CMYK) of #dc50ef color hex is 0.08, 0.67, 0.00, 0.06. Web safe color of #dc50ef is #cc66ff. Color #dc50ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 11101111
Octal 334 120 357
Decimal 220 80 239
Hex DC 50 EF

RGB Percentages of Color #dc50ef

%40.82
%14.84
%44.34

CMYK Percentages of Color #dc50ef

%8
%67
%0
%6

Triadic Colors of #dc50ef

#dc50ef #efdc50 #50efdc

Analogous Colors of #dc50ef

#dc50ef #ef50b3 #8d50ef

Monochromatic Colors of #dc50ef

#dc50ef

Complementary Color

#dc50ef #63ef50

#dc50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc50ef Color CSS Codes

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

#dc50ef Text Font Color

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

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


#dc50ef Background Color

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

This div background color is #dc50ef


#dc50ef Border Color

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

This div border color is #dc50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc50ef


Comments

No comments written yet.

Please login to write comment.