Color Hex Logo

#d611fe Color Hex

#D611FE
(214,17,254)
0 Favorites   0 Comments

Color spaces of #d611fe

RGB 21417254
HSL0.810.990.53
HSV290°93°100°
CMYK 0.160.930.00   0.00
XYZ45.821421.852895.5689
Yxy21.85280.28070.1339
Hunter Lab46.747093.1585-88.4888
CIE-Lab53.870590.8889-71.0249

#d611fe color RGB value is (214,17,254).

#d611fe hex color red value is 214, green value is 17 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d611fe hue: 0.81 , saturation: 0.99 and the lightness value of d611fe is 0.53.

The process color (four color CMYK) of #d611fe color hex is 0.16, 0.93, 0.00, 0.00. Web safe color of #d611fe is #cc00ff. Color #d611fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 11111110
Octal 326 21 376
Decimal 214 17 254
Hex D6 11 FE

RGB Percentages of Color #d611fe

%44.12
%3.51
%52.37

CMYK Percentages of Color #d611fe

%16
%93
%0
%0

Triadic Colors of #d611fe

#d611fe #fed611 #11fed6

Analogous Colors of #d611fe

#d611fe #fe11b0 #5f11fe

Monochromatic Colors of #d611fe

#d611fe

Complementary Color

#d611fe #39fe11

#d611fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d611fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d611fe Color CSS Codes

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

#d611fe Text Font Color

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

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


#d611fe Background Color

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

This div background color is #d611fe


#d611fe Border Color

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

This div border color is #d611fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d611fe


Comments

No comments written yet.

Please login to write comment.