Color Hex Logo

#d71cec Color Hex

#D71CEC
(215,28,236)
0 Favorites   0 Comments

Color spaces of #d71cec

RGB 21528236
HSL0.820.850.52
HSV294°88°93°
CMYK 0.090.880.00   0.07
XYZ43.579921.333781.1778
Yxy21.33370.29830.1460
Hunter Lab46.188487.5894-71.8724
CIE-Lab53.312886.7926-61.8472

#d71cec color RGB value is (215,28,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 11101100
Octal 327 34 354
Decimal 215 28 236
Hex D7 1C EC

RGB Percentages of Color #d71cec

%44.89
%5.85
%49.27

CMYK Percentages of Color #d71cec

%9
%88
%0
%7

Triadic Colors of #d71cec

#d71cec #ecd71c #1cecd7

Analogous Colors of #d71cec

#d71cec #ec1c99 #6f1cec

Monochromatic Colors of #d71cec

#d71cec

Complementary Color

#d71cec #31ec1c

#d71cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71cec Color CSS Codes

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

#d71cec Text Font Color

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

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


#d71cec Background Color

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

This div background color is #d71cec


#d71cec Border Color

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

This div border color is #d71cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71cec


Comments

No comments written yet.

Please login to write comment.