Color Hex Logo

#d211ed Color Hex

#D211ED
(210,17,237)
0 Favorites   0 Comments

Color spaces of #d211ed

RGB 21017237
HSL0.810.870.50
HSV293°93°93°
CMYK 0.110.930.00   0.07
XYZ42.064920.217081.8060
Yxy20.21700.29190.1403
Hunter Lab44.963388.3078-76.3976
CIE-Lab52.081787.5786-64.4364

#d211ed color RGB value is (210,17,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010001 11101101
Octal 322 21 355
Decimal 210 17 237
Hex D2 11 ED

RGB Percentages of Color #d211ed

%45.26
%3.66
%51.08

CMYK Percentages of Color #d211ed

%11
%93
%0
%7

Triadic Colors of #d211ed

#d211ed #edd211 #11edd2

Analogous Colors of #d211ed

#d211ed #ed119a #6411ed

Monochromatic Colors of #d211ed

#d211ed

Complementary Color

#d211ed #2ced11

#d211ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d211ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d211ed Color CSS Codes

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

#d211ed Text Font Color

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

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


#d211ed Background Color

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

This div background color is #d211ed


#d211ed Border Color

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

This div border color is #d211ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d211ed


Comments

No comments written yet.

Please login to write comment.