Color Hex Logo

#d14cfe Color Hex

#D14CFE
(209,76,254)
0 Favorites   0 Comments

Color spaces of #d14cfe

RGB 20976254
HSL0.790.990.65
HSV285°70°100°
CMYK 0.180.700.00   0.00
XYZ46.768325.879996.2963
Yxy25.87990.27680.1532
Hunter Lab50.872375.0735-76.6196
CIE-Lab57.922976.1038-64.5226

#d14cfe color RGB value is (209,76,254).

#d14cfe hex color red value is 209, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d14cfe hue: 0.79 , saturation: 0.99 and the lightness value of d14cfe is 0.65.

The process color (four color CMYK) of #d14cfe color hex is 0.18, 0.70, 0.00, 0.00. Web safe color of #d14cfe is #cc33ff. Color #d14cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 11111110
Octal 321 114 376
Decimal 209 76 254
Hex D1 4C FE

RGB Percentages of Color #d14cfe

%38.78
%14.10
%47.12

CMYK Percentages of Color #d14cfe

%18
%70
%0
%0

Triadic Colors of #d14cfe

#d14cfe #fed14c #4cfed1

Analogous Colors of #d14cfe

#d14cfe #fe4cd2 #784cfe

Monochromatic Colors of #d14cfe

#d14cfe

Complementary Color

#d14cfe #79fe4c

#d14cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cfe Color CSS Codes

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

#d14cfe Text Font Color

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

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


#d14cfe Background Color

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

This div background color is #d14cfe


#d14cfe Border Color

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

This div border color is #d14cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cfe


Comments

No comments written yet.

Please login to write comment.