Color Hex Logo

#d217fe Color Hex

#D217FE
(210,23,254)
0 Favorites   0 Comments

Color spaces of #d217fe

RGB 21023254
HSL0.800.990.54
HSV289°91°100°
CMYK 0.170.910.00   0.00
XYZ44.774121.470295.5502
Yxy21.47020.27670.1327
Hunter Lab46.335991.3954-89.8278
CIE-Lab53.460389.6468-71.7196

#d217fe color RGB value is (210,23,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010111 11111110
Octal 322 27 376
Decimal 210 23 254
Hex D2 17 FE

RGB Percentages of Color #d217fe

%43.12
%4.72
%52.16

CMYK Percentages of Color #d217fe

%17
%91
%0
%0

Triadic Colors of #d217fe

#d217fe #fed217 #17fed2

Analogous Colors of #d217fe

#d217fe #fe17b7 #5f17fe

Monochromatic Colors of #d217fe

#d217fe

Complementary Color

#d217fe #43fe17

#d217fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d217fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d217fe Color CSS Codes

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

#d217fe Text Font Color

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

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


#d217fe Background Color

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

This div background color is #d217fe


#d217fe Border Color

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

This div border color is #d217fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d217fe


Comments

No comments written yet.

Please login to write comment.