Color Hex Logo

#d073eb Color Hex

#D073EB
(208,115,235)
0 Favorites   0 Comments

Color spaces of #d073eb

RGB 208115235
HSL0.800.750.69
HSV287°51°92°
CMYK 0.110.510.00   0.08
XYZ47.138631.669582.2256
Yxy31.66950.29270.1967
Hunter Lab56.275751.0359-47.2370
CIE-Lab63.068854.9623-45.8035

#d073eb color RGB value is (208,115,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11101011
Octal 320 163 353
Decimal 208 115 235
Hex D0 73 EB

RGB Percentages of Color #d073eb

%37.28
%20.61
%42.11

CMYK Percentages of Color #d073eb

%11
%51
%0
%8

Triadic Colors of #d073eb

#d073eb #ebd073 #73ebd0

Analogous Colors of #d073eb

#d073eb #eb73ca #9473eb

Monochromatic Colors of #d073eb

#d073eb

Complementary Color

#d073eb #8eeb73

#d073eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073eb Color CSS Codes

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

#d073eb Text Font Color

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

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


#d073eb Background Color

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

This div background color is #d073eb


#d073eb Border Color

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

This div border color is #d073eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073eb


Comments

No comments written yet.

Please login to write comment.