Color Hex Logo

#d144fe Color Hex

#D144FE
(209,68,254)
0 Favorites   0 Comments

Color spaces of #d144fe

RGB 20968254
HSL0.790.990.63
HSV285°73°100°
CMYK 0.180.730.00   0.00
XYZ46.251024.845396.1239
Yxy24.84530.27660.1486
Hunter Lab49.845178.4005-79.4465
CIE-Lab56.924478.9469-66.1295

#d144fe color RGB value is (209,68,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000100 11111110
Octal 321 104 376
Decimal 209 68 254
Hex D1 44 FE

RGB Percentages of Color #d144fe

%39.36
%12.81
%47.83

CMYK Percentages of Color #d144fe

%18
%73
%0
%0

Triadic Colors of #d144fe

#d144fe #fed144 #44fed1

Analogous Colors of #d144fe

#d144fe #fe44ce #7444fe

Monochromatic Colors of #d144fe

#d144fe

Complementary Color

#d144fe #71fe44

#d144fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d144fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d144fe Color CSS Codes

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

#d144fe Text Font Color

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

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


#d144fe Background Color

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

This div background color is #d144fe


#d144fe Border Color

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

This div border color is #d144fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d144fe


Comments

No comments written yet.

Please login to write comment.