Color Hex Logo

#d145fe Color Hex

#D145FE
(209,69,254)
0 Favorites   0 Comments

Color spaces of #d145fe

RGB 20969254
HSL0.790.990.63
HSV285°73°100°
CMYK 0.180.730.00   0.00
XYZ46.312024.967396.1442
Yxy24.96730.27660.1491
Hunter Lab49.967377.9993-79.1053
CIE-Lab57.043578.6061-65.9375

#d145fe color RGB value is (209,69,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 11111110
Octal 321 105 376
Decimal 209 69 254
Hex D1 45 FE

RGB Percentages of Color #d145fe

%39.29
%12.97
%47.74

CMYK Percentages of Color #d145fe

%18
%73
%0
%0

Triadic Colors of #d145fe

#d145fe #fed145 #45fed1

Analogous Colors of #d145fe

#d145fe #fe45cf #7545fe

Monochromatic Colors of #d145fe

#d145fe

Complementary Color

#d145fe #72fe45

#d145fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d145fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d145fe Color CSS Codes

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

#d145fe Text Font Color

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

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


#d145fe Background Color

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

This div background color is #d145fe


#d145fe Border Color

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

This div border color is #d145fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d145fe


Comments

No comments written yet.

Please login to write comment.