Color Hex Logo

#d683cf Color Hex

#D683CF
(214,131,207)
3 Favorites   0 Comments

Color spaces of #d683cf

RGB 214131207
HSL0.850.500.68
HSV305°39°84°
CMYK 0.000.390.03   0.16
XYZ47.110335.033763.3107
Yxy35.03370.32390.2409
Hunter Lab59.189338.4916-21.9860
CIE-Lab65.774943.2188-25.9393

#d683cf color RGB value is (214,131,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11001111
Octal 326 203 317
Decimal 214 131 207
Hex D6 83 CF

RGB Percentages of Color #d683cf

%38.77
%23.73
%37.50

CMYK Percentages of Color #d683cf

%0
%39
%3
%16

Triadic Colors of #d683cf

#d683cf #cfd683 #83cfd6

Analogous Colors of #d683cf

#d683cf #d683a6 #b483d6

Monochromatic Colors of #d683cf

#d683cf

Complementary Color

#d683cf #83d68a

#d683cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683cf Color CSS Codes

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

#d683cf Text Font Color

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

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


#d683cf Background Color

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

This div background color is #d683cf


#d683cf Border Color

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

This div border color is #d683cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683cf


Comments

No comments written yet.

Please login to write comment.