Color Hex Logo

#d711cd Color Hex

#D711CD
(215,17,205)
0 Favorites   0 Comments

Color spaces of #d711cd

RGB 21517205
HSL0.840.850.45
HSV303°92°84°
CMYK 0.000.920.05   0.16
XYZ39.244219.255759.4059
Yxy19.25570.33280.1633
Hunter Lab43.881382.8449-49.5490
CIE-Lab50.985083.5908-47.9341

#d711cd color RGB value is (215,17,205).

#d711cd hex color red value is 215, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d711cd hue: 0.84 , saturation: 0.85 and the lightness value of d711cd is 0.45.

The process color (four color CMYK) of #d711cd color hex is 0.00, 0.92, 0.05, 0.16. Web safe color of #d711cd is #cc00cc. Color #d711cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010001 11001101
Octal 327 21 315
Decimal 215 17 205
Hex D7 11 CD

RGB Percentages of Color #d711cd

%49.20
%3.89
%46.91

CMYK Percentages of Color #d711cd

%0
%92
%5
%16

Triadic Colors of #d711cd

#d711cd #cdd711 #11cdd7

Analogous Colors of #d711cd

#d711cd #d7116a #7e11d7

Monochromatic Colors of #d711cd

#d711cd

Complementary Color

#d711cd #11d71b

#d711cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d711cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d711cd Color CSS Codes

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

#d711cd Text Font Color

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

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


#d711cd Background Color

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

This div background color is #d711cd


#d711cd Border Color

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

This div border color is #d711cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d711cd


Comments

No comments written yet.

Please login to write comment.