Color Hex Logo

#dd73ec Color Hex

#DD73EC
(221,115,236)
0 Favorites   0 Comments

Color spaces of #dd73ec

RGB 221115236
HSL0.810.760.69
HSV293°51°93°
CMYK 0.060.510.00   0.07
XYZ51.089833.689783.1669
Yxy33.68970.30420.2006
Hunter Lab58.042855.5423-44.3239
CIE-Lab64.715558.6270-43.6566

#dd73ec color RGB value is (221,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 11101100
Octal 335 163 354
Decimal 221 115 236
Hex DD 73 EC

RGB Percentages of Color #dd73ec

%38.64
%20.10
%41.26

CMYK Percentages of Color #dd73ec

%6
%51
%0
%7

Triadic Colors of #dd73ec

#dd73ec #ecdd73 #73ecdd

Analogous Colors of #dd73ec

#dd73ec #ec73bf #a173ec

Monochromatic Colors of #dd73ec

#dd73ec

Complementary Color

#dd73ec #82ec73

#dd73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73ec Color CSS Codes

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

#dd73ec Text Font Color

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

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


#dd73ec Background Color

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

This div background color is #dd73ec


#dd73ec Border Color

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

This div border color is #dd73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73ec


Comments

No comments written yet.

Please login to write comment.