Color Hex Logo

#d727cf Color Hex

#D727CF
(215,39,207)
0 Favorites   0 Comments

Color spaces of #d727cf

RGB 21539207
HSL0.840.690.50
HSV303°82°84°
CMYK 0.000.820.04   0.16
XYZ40.012320.403160.8608
Yxy20.40310.32990.1682
Hunter Lab45.169879.0717-48.2672
CIE-Lab52.289980.3796-47.0076

#d727cf color RGB value is (215,39,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100111 11001111
Octal 327 47 317
Decimal 215 39 207
Hex D7 27 CF

RGB Percentages of Color #d727cf

%46.64
%8.46
%44.90

CMYK Percentages of Color #d727cf

%0
%82
%4
%16

Triadic Colors of #d727cf

#d727cf #cfd727 #27cfd7

Analogous Colors of #d727cf

#d727cf #d72777 #8727d7

Monochromatic Colors of #d727cf

#d727cf

Complementary Color

#d727cf #27d72f

#d727cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d727cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d727cf Color CSS Codes

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

#d727cf Text Font Color

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

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


#d727cf Background Color

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

This div background color is #d727cf


#d727cf Border Color

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

This div border color is #d727cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d727cf


Comments

No comments written yet.

Please login to write comment.