Color Hex Logo

#d211fe Color Hex

#D211FE
(210,17,254)
0 Favorites   0 Comments

Color spaces of #d211fe

RGB 21017254
HSL0.800.990.53
HSV289°93°100°
CMYK 0.170.930.00   0.00
XYZ44.668221.258395.5149
Yxy21.25830.27670.1317
Hunter Lab46.106792.2441-90.5507
CIE-Lab53.231090.3281-72.0913

#d211fe color RGB value is (210,17,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010001 11111110
Octal 322 21 376
Decimal 210 17 254
Hex D2 11 FE

RGB Percentages of Color #d211fe

%43.66
%3.53
%52.81

CMYK Percentages of Color #d211fe

%17
%93
%0
%0

Triadic Colors of #d211fe

#d211fe #fed211 #11fed2

Analogous Colors of #d211fe

#d211fe #fe11b4 #5b11fe

Monochromatic Colors of #d211fe

#d211fe

Complementary Color

#d211fe #3dfe11

#d211fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d211fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d211fe Color CSS Codes

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

#d211fe Text Font Color

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

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


#d211fe Background Color

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

This div background color is #d211fe


#d211fe Border Color

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

This div border color is #d211fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d211fe

Related Colors


Comments

No comments written yet.

Please login to write comment.