Color Hex Logo

#d71aec Color Hex

#D71AEC
(215,26,236)
0 Favorites   0 Comments

Color spaces of #d71aec

RGB 21526236
HSL0.820.850.51
HSV294°89°93°
CMYK 0.090.890.00   0.07
XYZ43.534021.242081.1625
Yxy21.24200.29830.1456
Hunter Lab46.089087.9486-72.1470
CIE-Lab53.213387.0859-62.0073

#d71aec color RGB value is (215,26,236).

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

The process color (four color CMYK) of #d71aec color hex is 0.09, 0.89, 0.00, 0.07. Web safe color of #d71aec is #cc33ff. Color #d71aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011010 11101100
Octal 327 32 354
Decimal 215 26 236
Hex D7 1A EC

RGB Percentages of Color #d71aec

%45.07
%5.45
%49.48

CMYK Percentages of Color #d71aec

%9
%89
%0
%7

Triadic Colors of #d71aec

#d71aec #ecd71a #1aecd7

Analogous Colors of #d71aec

#d71aec #ec1a98 #6e1aec

Monochromatic Colors of #d71aec

#d71aec

Complementary Color

#d71aec #2fec1a

#d71aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71aec Color CSS Codes

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

#d71aec Text Font Color

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

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


#d71aec Background Color

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

This div background color is #d71aec


#d71aec Border Color

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

This div border color is #d71aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71aec


Comments

No comments written yet.

Please login to write comment.