Color Hex Logo

#d073ef Color Hex

#D073EF
(208,115,239)
0 Favorites   0 Comments

Color spaces of #d073ef

RGB 208115239
HSL0.790.790.69
HSV285°52°94°
CMYK 0.130.520.00   0.06
XYZ47.723131.903485.3040
Yxy31.90340.28940.1934
Hunter Lab56.483151.9709-50.0050
CIE-Lab63.263055.7544-47.7138

#d073ef color RGB value is (208,115,239).

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

The process color (four color CMYK) of #d073ef color hex is 0.13, 0.52, 0.00, 0.06. Web safe color of #d073ef is #cc66ff. Color #d073ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11101111
Octal 320 163 357
Decimal 208 115 239
Hex D0 73 EF

RGB Percentages of Color #d073ef

%37.01
%20.46
%42.53

CMYK Percentages of Color #d073ef

%13
%52
%0
%6

Triadic Colors of #d073ef

#d073ef #efd073 #73efd0

Analogous Colors of #d073ef

#d073ef #ef73d0 #9273ef

Monochromatic Colors of #d073ef

#d073ef

Complementary Color

#d073ef #92ef73

#d073ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073ef Color CSS Codes

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

#d073ef Text Font Color

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

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


#d073ef Background Color

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

This div background color is #d073ef


#d073ef Border Color

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

This div border color is #d073ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073ef


Comments

No comments written yet.

Please login to write comment.