Color Hex Logo

#d073ed Color Hex

#D073ED
(208,115,237)
0 Favorites   0 Comments

Color spaces of #d073ed

RGB 208115237
HSL0.790.770.69
HSV286°51°93°
CMYK 0.120.510.00   0.07
XYZ47.429231.785883.7562
Yxy31.78580.29100.1950
Hunter Lab56.378951.5015-48.6157
CIE-Lab63.165555.3572-46.7599

#d073ed color RGB value is (208,115,237).

#d073ed hex color red value is 208, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d073ed hue: 0.79 , saturation: 0.77 and the lightness value of d073ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11101101
Octal 320 163 355
Decimal 208 115 237
Hex D0 73 ED

RGB Percentages of Color #d073ed

%37.14
%20.54
%42.32

CMYK Percentages of Color #d073ed

%12
%51
%0
%7

Triadic Colors of #d073ed

#d073ed #edd073 #73edd0

Analogous Colors of #d073ed

#d073ed #ed73cd #9373ed

Monochromatic Colors of #d073ed

#d073ed

Complementary Color

#d073ed #90ed73

#d073ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073ed Color CSS Codes

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

#d073ed Text Font Color

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

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


#d073ed Background Color

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

This div background color is #d073ed


#d073ed Border Color

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

This div border color is #d073ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073ed


Comments

No comments written yet.

Please login to write comment.