Color Hex Logo

#d211eb Color Hex

#D211EB
(210,17,235)
0 Favorites   0 Comments

Color spaces of #d211eb

RGB 21017235
HSL0.810.870.49
HSV293°93°92°
CMYK 0.110.930.00   0.08
XYZ41.774220.100780.2753
Yxy20.10070.29390.1414
Hunter Lab44.833887.8594-74.7756
CIE-Lab51.950987.2626-63.5208

#d211eb color RGB value is (210,17,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010001 11101011
Octal 322 21 353
Decimal 210 17 235
Hex D2 11 EB

RGB Percentages of Color #d211eb

%45.45
%3.68
%50.87

CMYK Percentages of Color #d211eb

%11
%93
%0
%8

Triadic Colors of #d211eb

#d211eb #ebd211 #11ebd2

Analogous Colors of #d211eb

#d211eb #eb1197 #6511eb

Monochromatic Colors of #d211eb

#d211eb

Complementary Color

#d211eb #2aeb11

#d211eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d211eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d211eb Color CSS Codes

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

#d211eb Text Font Color

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

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


#d211eb Background Color

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

This div background color is #d211eb


#d211eb Border Color

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

This div border color is #d211eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d211eb


Comments

No comments written yet.

Please login to write comment.