Color Hex Logo

#d711ec Color Hex

#D711EC
(215,17,236)
0 Favorites   0 Comments

Color spaces of #d711ec

RGB 21517236
HSL0.820.870.50
HSV294°93°93°
CMYK 0.090.930.00   0.07
XYZ43.365120.904181.1062
Yxy20.90410.29830.1438
Hunter Lab45.721089.2905-73.1721
CIE-Lab52.844488.1771-62.6015

#d711ec color RGB value is (215,17,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010001 11101100
Octal 327 21 354
Decimal 215 17 236
Hex D7 11 EC

RGB Percentages of Color #d711ec

%45.94
%3.63
%50.43

CMYK Percentages of Color #d711ec

%9
%93
%0
%7

Triadic Colors of #d711ec

#d711ec #ecd711 #11ecd7

Analogous Colors of #d711ec

#d711ec #ec1194 #6a11ec

Monochromatic Colors of #d711ec

#d711ec

Complementary Color

#d711ec #26ec11

#d711ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d711ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d711ec Color CSS Codes

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

#d711ec Text Font Color

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

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


#d711ec Background Color

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

This div background color is #d711ec


#d711ec Border Color

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

This div border color is #d711ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d711ec


Comments

No comments written yet.

Please login to write comment.