Color Hex Logo

#d783cf Color Hex

#D783CF
(215,131,207)
0 Favorites   0 Comments

Color spaces of #d783cf

RGB 215131207
HSL0.850.510.68
HSV306°39°84°
CMYK 0.000.390.04   0.16
XYZ47.403135.184763.3244
Yxy35.18470.32490.2411
Hunter Lab59.316738.8446-21.7742
CIE-Lab65.892243.5312-25.7491

#d783cf color RGB value is (215,131,207).

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

The process color (four color CMYK) of #d783cf color hex is 0.00, 0.39, 0.04, 0.16. Web safe color of #d783cf is #cc99cc. Color #d783cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000011 11001111
Octal 327 203 317
Decimal 215 131 207
Hex D7 83 CF

RGB Percentages of Color #d783cf

%38.88
%23.69
%37.43

CMYK Percentages of Color #d783cf

%0
%39
%4
%16

Triadic Colors of #d783cf

#d783cf #cfd783 #83cfd7

Analogous Colors of #d783cf

#d783cf #d783a5 #b583d7

Monochromatic Colors of #d783cf

#d783cf

Complementary Color

#d783cf #83d78b

#d783cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d783cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d783cf Color CSS Codes

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

#d783cf Text Font Color

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

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


#d783cf Background Color

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

This div background color is #d783cf


#d783cf Border Color

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

This div border color is #d783cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d783cf


Comments

No comments written yet.

Please login to write comment.