Color Hex Logo

#d71dec Color Hex

#D71DEC
(215,29,236)
0 Favorites   0 Comments

Color spaces of #d71dec

RGB 21529236
HSL0.820.840.52
HSV294°88°93°
CMYK 0.090.880.00   0.07
XYZ43.604021.381981.1858
Yxy21.38190.29830.1463
Hunter Lab46.240687.4012-71.7286
CIE-Lab53.365086.6388-61.7632

#d71dec color RGB value is (215,29,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011101 11101100
Octal 327 35 354
Decimal 215 29 236
Hex D7 1D EC

RGB Percentages of Color #d71dec

%44.79
%6.04
%49.17

CMYK Percentages of Color #d71dec

%9
%88
%0
%7

Triadic Colors of #d71dec

#d71dec #ecd71d #1decd7

Analogous Colors of #d71dec

#d71dec #ec1d9a #701dec

Monochromatic Colors of #d71dec

#d71dec

Complementary Color

#d71dec #32ec1d

#d71dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71dec Color CSS Codes

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

#d71dec Text Font Color

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

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


#d71dec Background Color

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

This div background color is #d71dec


#d71dec Border Color

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

This div border color is #d71dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71dec


Comments

No comments written yet.

Please login to write comment.