Color Hex Logo

#d71cdc Color Hex

#D71CDC
(215,28,220)
0 Favorites   0 Comments

Color spaces of #d71cdc

RGB 21528220
HSL0.830.770.49
HSV298°87°86°
CMYK 0.020.870.00   0.14
XYZ41.357920.444969.4766
Yxy20.44490.31500.1557
Hunter Lab45.216084.1411-59.4507
CIE-Lab52.336584.3332-54.3611

#d71cdc color RGB value is (215,28,220).

#d71cdc hex color red value is 215, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d71cdc hue: 0.83 , saturation: 0.77 and the lightness value of d71cdc is 0.49.

The process color (four color CMYK) of #d71cdc color hex is 0.02, 0.87, 0.00, 0.14. Web safe color of #d71cdc is #cc33cc. Color #d71cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 11011100
Octal 327 34 334
Decimal 215 28 220
Hex D7 1C DC

RGB Percentages of Color #d71cdc

%46.44
%6.05
%47.52

CMYK Percentages of Color #d71cdc

%2
%87
%0
%14

Triadic Colors of #d71cdc

#d71cdc #dcd71c #1cdcd7

Analogous Colors of #d71cdc

#d71cdc #dc1c81 #771cdc

Monochromatic Colors of #d71cdc

#d71cdc

Complementary Color

#d71cdc #21dc1c

#d71cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71cdc Color CSS Codes

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

#d71cdc Text Font Color

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

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


#d71cdc Background Color

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

This div background color is #d71cdc


#d71cdc Border Color

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

This div border color is #d71cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71cdc


Comments

No comments written yet.

Please login to write comment.