Color Hex Logo

#d073fd Color Hex

#D073FD
(208,115,253)
0 Favorites   0 Comments

Color spaces of #d073fd

RGB 208115253
HSL0.780.970.72
HSV280°55°99°
CMYK 0.180.550.00   0.01
XYZ49.872832.763296.6239
Yxy32.76320.27820.1828
Hunter Lab57.239155.3596-60.0185
CIE-Lab63.968758.5920-54.3162

#d073fd color RGB value is (208,115,253).

#d073fd hex color red value is 208, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d073fd hue: 0.78 , saturation: 0.97 and the lightness value of d073fd is 0.72.

The process color (four color CMYK) of #d073fd color hex is 0.18, 0.55, 0.00, 0.01. Web safe color of #d073fd is #cc66ff. Color #d073fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11111101
Octal 320 163 375
Decimal 208 115 253
Hex D0 73 FD

RGB Percentages of Color #d073fd

%36.11
%19.97
%43.92

CMYK Percentages of Color #d073fd

%18
%55
%0
%1

Triadic Colors of #d073fd

#d073fd #fdd073 #73fdd0

Analogous Colors of #d073fd

#d073fd #fd73e5 #8b73fd

Monochromatic Colors of #d073fd

#d073fd

Complementary Color

#d073fd #a0fd73

#d073fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073fd Color CSS Codes

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

#d073fd Text Font Color

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

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


#d073fd Background Color

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

This div background color is #d073fd


#d073fd Border Color

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

This div border color is #d073fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073fd

Related Colors


Comments

No comments written yet.

Please login to write comment.