Color Hex Logo

#d04fda Color Hex

#D04FDA
(208,79,218)
0 Favorites   0 Comments

Color spaces of #d04fda

RGB 20879218
HSL0.820.650.58
HSV296°64°85°
CMYK 0.050.640.00   0.15
XYZ41.463324.063868.7891
Yxy24.06380.30870.1792
Hunter Lab49.054965.0299-48.8033
CIE-Lab56.151668.2105-47.2135

#d04fda color RGB value is (208,79,218).

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

The process color (four color CMYK) of #d04fda color hex is 0.05, 0.64, 0.00, 0.15. Web safe color of #d04fda is #cc66cc. Color #d04fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 11011010
Octal 320 117 332
Decimal 208 79 218
Hex D0 4F DA

RGB Percentages of Color #d04fda

%41.19
%15.64
%43.17

CMYK Percentages of Color #d04fda

%5
%64
%0
%15

Triadic Colors of #d04fda

#d04fda #dad04f #4fdad0

Analogous Colors of #d04fda

#d04fda #da4f9f #8b4fda

Monochromatic Colors of #d04fda

#d04fda

Complementary Color

#d04fda #59da4f

#d04fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04fda Color CSS Codes

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

#d04fda Text Font Color

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

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


#d04fda Background Color

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

This div background color is #d04fda


#d04fda Border Color

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

This div border color is #d04fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04fda


Comments

No comments written yet.

Please login to write comment.