Color Hex Logo

#d217ed Color Hex

#D217ED
(210,23,237)
0 Favorites   0 Comments

Color spaces of #d217ed

RGB 21023237
HSL0.810.860.51
HSV292°90°93°
CMYK 0.110.900.00   0.07
XYZ42.170820.428981.8413
Yxy20.42890.29200.1414
Hunter Lab45.198387.4464-75.7184
CIE-Lab52.318786.8764-64.0539

#d217ed color RGB value is (210,23,237).

#d217ed hex color red value is 210, green value is 23 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d217ed hue: 0.81 , saturation: 0.86 and the lightness value of d217ed is 0.51.

The process color (four color CMYK) of #d217ed color hex is 0.11, 0.90, 0.00, 0.07. Web safe color of #d217ed is #cc00ff. Color #d217ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010111 11101101
Octal 322 27 355
Decimal 210 23 237
Hex D2 17 ED

RGB Percentages of Color #d217ed

%44.68
%4.89
%50.43

CMYK Percentages of Color #d217ed

%11
%90
%0
%7

Triadic Colors of #d217ed

#d217ed #edd217 #17edd2

Analogous Colors of #d217ed

#d217ed #ed179d #6717ed

Monochromatic Colors of #d217ed

#d217ed

Complementary Color

#d217ed #32ed17

#d217ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d217ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d217ed Color CSS Codes

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

#d217ed Text Font Color

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

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


#d217ed Background Color

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

This div background color is #d217ed


#d217ed Border Color

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

This div border color is #d217ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,23,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d217ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d217ed


Comments

No comments written yet.

Please login to write comment.