Color Hex Logo

#d051fe Color Hex

#D051FE
(208,81,254)
0 Favorites   0 Comments

Color spaces of #d051fe

RGB 20881254
HSL0.790.990.66
HSV284°68°100°
CMYK 0.180.680.00   0.00
XYZ46.844226.450596.4024
Yxy26.45050.27600.1559
Hunter Lab51.430072.5812-75.1343
CIE-Lab58.462273.9925-63.6632

#d051fe color RGB value is (208,81,254).

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

The process color (four color CMYK) of #d051fe color hex is 0.18, 0.68, 0.00, 0.00. Web safe color of #d051fe is #cc66ff. Color #d051fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 11111110
Octal 320 121 376
Decimal 208 81 254
Hex D0 51 FE

RGB Percentages of Color #d051fe

%38.31
%14.92
%46.78

CMYK Percentages of Color #d051fe

%18
%68
%0
%0

Triadic Colors of #d051fe

#d051fe #fed051 #51fed0

Analogous Colors of #d051fe

#d051fe #fe51d6 #7a51fe

Monochromatic Colors of #d051fe

#d051fe

Complementary Color

#d051fe #7ffe51

#d051fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d051fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d051fe Color CSS Codes

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

#d051fe Text Font Color

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

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


#d051fe Background Color

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

This div background color is #d051fe


#d051fe Border Color

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

This div border color is #d051fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d051fe


Comments

No comments written yet.

Please login to write comment.