Color Hex Logo

#d04ffa Color Hex

#D04FFA
(208,79,250)
0 Favorites   0 Comments

Color spaces of #d04ffa

RGB 20879250
HSL0.790.940.65
HSV285°68°98°
CMYK 0.170.680.00   0.02
XYZ46.063725.904093.0146
Yxy25.90400.27920.1570
Hunter Lab50.896072.4845-72.7279
CIE-Lab57.945874.0126-62.2770

#d04ffa color RGB value is (208,79,250).

#d04ffa hex color red value is 208, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d04ffa hue: 0.79 , saturation: 0.94 and the lightness value of d04ffa is 0.65.

The process color (four color CMYK) of #d04ffa color hex is 0.17, 0.68, 0.00, 0.02. Web safe color of #d04ffa is #cc66ff. Color #d04ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 11111010
Octal 320 117 372
Decimal 208 79 250
Hex D0 4F FA

RGB Percentages of Color #d04ffa

%38.73
%14.71
%46.55

CMYK Percentages of Color #d04ffa

%17
%68
%0
%2

Triadic Colors of #d04ffa

#d04ffa #fad04f #4ffad0

Analogous Colors of #d04ffa

#d04ffa #fa4fcf #7b4ffa

Monochromatic Colors of #d04ffa

#d04ffa

Complementary Color

#d04ffa #79fa4f

#d04ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ffa Color CSS Codes

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

#d04ffa Text Font Color

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

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


#d04ffa Background Color

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

This div background color is #d04ffa


#d04ffa Border Color

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

This div border color is #d04ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ffa


Comments

No comments written yet.

Please login to write comment.