Color Hex Logo

#d114fe Color Hex

#D114FE
(209,20,254)
0 Favorites   0 Comments

Color spaces of #d114fe

RGB 20920254
HSL0.800.990.54
HSV288°92°100°
CMYK 0.180.920.00   0.00
XYZ44.434021.211495.5182
Yxy21.21140.27570.1316
Hunter Lab46.055891.6165-90.7263
CIE-Lab53.180189.8671-72.1813

#d114fe color RGB value is (209,20,254).

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

The process color (four color CMYK) of #d114fe color hex is 0.18, 0.92, 0.00, 0.00. Web safe color of #d114fe is #cc00ff. Color #d114fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 11111110
Octal 321 24 376
Decimal 209 20 254
Hex D1 14 FE

RGB Percentages of Color #d114fe

%43.27
%4.14
%52.59

CMYK Percentages of Color #d114fe

%18
%92
%0
%0

Triadic Colors of #d114fe

#d114fe #fed114 #14fed1

Analogous Colors of #d114fe

#d114fe #fe14b6 #5c14fe

Monochromatic Colors of #d114fe

#d114fe

Complementary Color

#d114fe #41fe14

#d114fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114fe Color CSS Codes

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

#d114fe Text Font Color

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

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


#d114fe Background Color

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

This div background color is #d114fe


#d114fe Border Color

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

This div border color is #d114fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,20,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 #d114fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114fe

Related Colors


Comments

No comments written yet.

Please login to write comment.