Color Hex Logo

#d14fcc Color Hex

#D14FCC
(209,79,204)
0 Favorites   0 Comments

Color spaces of #d14fcc

RGB 20979204
HSL0.840.590.56
HSV302°62°82°
CMYK 0.000.620.02   0.18
XYZ39.989623.506959.5563
Yxy23.50690.32500.1910
Hunter Lab48.483962.3802-38.8915
CIE-Lab55.590766.0814-40.1311

#d14fcc color RGB value is (209,79,204).

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

The process color (four color CMYK) of #d14fcc color hex is 0.00, 0.62, 0.02, 0.18. Web safe color of #d14fcc is #cc66cc. Color #d14fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001111 11001100
Octal 321 117 314
Decimal 209 79 204
Hex D1 4F CC

RGB Percentages of Color #d14fcc

%42.48
%16.06
%41.46

CMYK Percentages of Color #d14fcc

%0
%62
%2
%18

Triadic Colors of #d14fcc

#d14fcc #ccd14f #4fccd1

Analogous Colors of #d14fcc

#d14fcc #d14f8b #954fd1

Monochromatic Colors of #d14fcc

#d14fcc

Complementary Color

#d14fcc #4fd154

#d14fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14fcc Color CSS Codes

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

#d14fcc Text Font Color

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

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


#d14fcc Background Color

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

This div background color is #d14fcc


#d14fcc Border Color

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

This div border color is #d14fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14fcc


Comments

No comments written yet.

Please login to write comment.