Color Hex Logo

#d971ec Color Hex

#D971EC
(217,113,236)
0 Favorites   0 Comments

Color spaces of #d971ec

RGB 217113236
HSL0.810.760.68
HSV291°52°93°
CMYK 0.080.520.00   0.07
XYZ49.660732.618183.0354
Yxy32.61810.30040.1973
Hunter Lab57.112355.2643-46.2230
CIE-Lab63.850558.5291-45.0517

#d971ec color RGB value is (217,113,236).

#d971ec hex color red value is 217, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d971ec hue: 0.81 , saturation: 0.76 and the lightness value of d971ec is 0.68.

The process color (four color CMYK) of #d971ec color hex is 0.08, 0.52, 0.00, 0.07. Web safe color of #d971ec is #cc66ff. Color #d971ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 11101100
Octal 331 161 354
Decimal 217 113 236
Hex D9 71 EC

RGB Percentages of Color #d971ec

%38.34
%19.96
%41.70

CMYK Percentages of Color #d971ec

%8
%52
%0
%7

Triadic Colors of #d971ec

#d971ec #ecd971 #71ecd9

Analogous Colors of #d971ec

#d971ec #ec71c2 #9c71ec

Monochromatic Colors of #d971ec

#d971ec

Complementary Color

#d971ec #84ec71

#d971ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971ec Color CSS Codes

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

#d971ec Text Font Color

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

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


#d971ec Background Color

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

This div background color is #d971ec


#d971ec Border Color

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

This div border color is #d971ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971ec


Comments

No comments written yet.

Please login to write comment.