Color Hex Logo

#d211ef Color Hex

#D211EF
(210,17,239)
0 Favorites   0 Comments

Color spaces of #d211ef

RGB 21017239
HSL0.810.870.50
HSV292°93°94°
CMYK 0.120.930.00   0.06
XYZ42.358820.334583.3538
Yxy20.33450.29000.1392
Hunter Lab45.093888.7596-78.0292
CIE-Lab52.213387.8965-65.3490

#d211ef color RGB value is (210,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010001 11101111
Octal 322 21 357
Decimal 210 17 239
Hex D2 11 EF

RGB Percentages of Color #d211ef

%45.06
%3.65
%51.29

CMYK Percentages of Color #d211ef

%12
%93
%0
%6

Triadic Colors of #d211ef

#d211ef #efd211 #11efd2

Analogous Colors of #d211ef

#d211ef #ef119d #6311ef

Monochromatic Colors of #d211ef

#d211ef

Complementary Color

#d211ef #2eef11

#d211ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d211ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d211ef Color CSS Codes

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

#d211ef Text Font Color

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

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


#d211ef Background Color

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

This div background color is #d211ef


#d211ef Border Color

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

This div border color is #d211ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d211ef


Comments

No comments written yet.

Please login to write comment.