Color Hex Logo

#d771cf Color Hex

#D771CF
(215,113,207)
0 Favorites   0 Comments

Color spaces of #d771cf

RGB 215113207
HSL0.850.560.64
HSV305°47°84°
CMYK 0.000.470.04   0.16
XYZ45.191930.762362.5873
Yxy30.76230.32620.2220
Hunter Lab55.463848.3803-28.0803
CIE-Lab62.306552.7232-31.2811

#d771cf color RGB value is (215,113,207).

#d771cf hex color red value is 215, green value is 113 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d771cf hue: 0.85 , saturation: 0.56 and the lightness value of d771cf is 0.64.

The process color (four color CMYK) of #d771cf color hex is 0.00, 0.47, 0.04, 0.16. Web safe color of #d771cf is #cc66cc. Color #d771cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 11001111
Octal 327 161 317
Decimal 215 113 207
Hex D7 71 CF

RGB Percentages of Color #d771cf

%40.19
%21.12
%38.69

CMYK Percentages of Color #d771cf

%0
%47
%4
%16

Triadic Colors of #d771cf

#d771cf #cfd771 #71cfd7

Analogous Colors of #d771cf

#d771cf #d7719c #ac71d7

Monochromatic Colors of #d771cf

#d771cf

Complementary Color

#d771cf #71d779

#d771cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d771cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d771cf Color CSS Codes

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

#d771cf Text Font Color

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

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


#d771cf Background Color

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

This div background color is #d771cf


#d771cf Border Color

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

This div border color is #d771cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d771cf


Comments

No comments written yet.

Please login to write comment.