Color Hex Logo

#d127fe Color Hex

#D127FE
(209,39,254)
0 Favorites   0 Comments

Color spaces of #d127fe

RGB 20939254
HSL0.800.990.57
HSV287°85°100°
CMYK 0.180.850.00   0.00
XYZ44.909422.162195.6767
Yxy22.16210.27590.1362
Hunter Lab47.076687.8984-87.5450
CIE-Lab54.198686.8561-70.5312

#d127fe color RGB value is (209,39,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 11111110
Octal 321 47 376
Decimal 209 39 254
Hex D1 27 FE

RGB Percentages of Color #d127fe

%41.63
%7.77
%50.60

CMYK Percentages of Color #d127fe

%18
%85
%0
%0

Triadic Colors of #d127fe

#d127fe #fed127 #27fed1

Analogous Colors of #d127fe

#d127fe #fe27c0 #6627fe

Monochromatic Colors of #d127fe

#d127fe

Complementary Color

#d127fe #54fe27

#d127fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d127fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d127fe Color CSS Codes

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

#d127fe Text Font Color

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

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


#d127fe Background Color

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

This div background color is #d127fe


#d127fe Border Color

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

This div border color is #d127fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d127fe

Related Colors


Comments

No comments written yet.

Please login to write comment.