Color Hex Logo

#d727ce Color Hex

#D727CE
(215,39,206)
0 Favorites   0 Comments

Color spaces of #d727ce

RGB 21539206
HSL0.840.690.50
HSV303°82°84°
CMYK 0.000.820.04   0.16
XYZ39.890420.354360.2188
Yxy20.35430.33110.1690
Hunter Lab45.115778.8734-47.5571
CIE-Lab52.235480.2336-46.5202

#d727ce color RGB value is (215,39,206).

#d727ce hex color red value is 215, green value is 39 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d727ce hue: 0.84 , saturation: 0.69 and the lightness value of d727ce is 0.50.

The process color (four color CMYK) of #d727ce color hex is 0.00, 0.82, 0.04, 0.16. Web safe color of #d727ce is #cc33cc. Color #d727ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100111 11001110
Octal 327 47 316
Decimal 215 39 206
Hex D7 27 CE

RGB Percentages of Color #d727ce

%46.74
%8.48
%44.78

CMYK Percentages of Color #d727ce

%0
%82
%4
%16

Triadic Colors of #d727ce

#d727ce #ced727 #27ced7

Analogous Colors of #d727ce

#d727ce #d72776 #8827d7

Monochromatic Colors of #d727ce

#d727ce

Complementary Color

#d727ce #27d730

#d727ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d727ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d727ce Color CSS Codes

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

#d727ce Text Font Color

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

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


#d727ce Background Color

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

This div background color is #d727ce


#d727ce Border Color

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

This div border color is #d727ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d727ce


Comments

No comments written yet.

Please login to write comment.