Color Hex Logo

#dc73ec Color Hex

#DC73EC
(220,115,236)
0 Favorites   0 Comments

Color spaces of #dc73ec

RGB 220115236
HSL0.810.760.69
HSV292°51°93°
CMYK 0.070.510.00   0.07
XYZ50.786333.533283.1527
Yxy33.53320.30330.2002
Hunter Lab57.907955.2092-44.6019
CIE-Lab64.590358.3600-43.8620

#dc73ec color RGB value is (220,115,236).

#dc73ec hex color red value is 220, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc73ec hue: 0.81 , saturation: 0.76 and the lightness value of dc73ec is 0.69.

The process color (four color CMYK) of #dc73ec color hex is 0.07, 0.51, 0.00, 0.07. Web safe color of #dc73ec is #cc66ff. Color #dc73ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 11101100
Octal 334 163 354
Decimal 220 115 236
Hex DC 73 EC

RGB Percentages of Color #dc73ec

%38.53
%20.14
%41.33

CMYK Percentages of Color #dc73ec

%7
%51
%0
%7

Triadic Colors of #dc73ec

#dc73ec #ecdc73 #73ecdc

Analogous Colors of #dc73ec

#dc73ec #ec73c0 #a073ec

Monochromatic Colors of #dc73ec

#dc73ec

Complementary Color

#dc73ec #83ec73

#dc73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc73ec Color CSS Codes

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

#dc73ec Text Font Color

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

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


#dc73ec Background Color

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

This div background color is #dc73ec


#dc73ec Border Color

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

This div border color is #dc73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc73ec


Comments

No comments written yet.

Please login to write comment.