Color Hex Logo

#d14fdd Color Hex

#D14FDD
(209,79,221)
0 Favorites   0 Comments

Color spaces of #d14fdd

RGB 20979221
HSL0.820.680.59
HSV295°64°87°
CMYK 0.050.640.00   0.13
XYZ42.141624.367770.8889
Yxy24.36770.30670.1774
Hunter Lab49.363765.9985-50.5891
CIE-Lab56.454168.9635-48.4207

#d14fdd color RGB value is (209,79,221).

#d14fdd hex color red value is 209, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d14fdd hue: 0.82 , saturation: 0.68 and the lightness value of d14fdd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001111 11011101
Octal 321 117 335
Decimal 209 79 221
Hex D1 4F DD

RGB Percentages of Color #d14fdd

%41.06
%15.52
%43.42

CMYK Percentages of Color #d14fdd

%5
%64
%0
%13

Triadic Colors of #d14fdd

#d14fdd #ddd14f #4fddd1

Analogous Colors of #d14fdd

#d14fdd #dd4fa2 #8a4fdd

Monochromatic Colors of #d14fdd

#d14fdd

Complementary Color

#d14fdd #5bdd4f

#d14fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14fdd Color CSS Codes

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

#d14fdd Text Font Color

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

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


#d14fdd Background Color

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

This div background color is #d14fdd


#d14fdd Border Color

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

This div border color is #d14fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14fdd


Comments

No comments written yet.

Please login to write comment.