Color Hex Logo

#d683ca Color Hex

#D683CA
(214,131,202)
0 Favorites   0 Comments

Color spaces of #d683ca

RGB 214131202
HSL0.860.500.68
HSV309°39°84°
CMYK 0.000.390.06   0.16
XYZ46.508534.793060.1416
Yxy34.79300.32880.2460
Hunter Lab58.985637.5175-19.1621
CIE-Lab65.587242.3357-23.4298

#d683ca color RGB value is (214,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11001010
Octal 326 203 312
Decimal 214 131 202
Hex D6 83 CA

RGB Percentages of Color #d683ca

%39.12
%23.95
%36.93

CMYK Percentages of Color #d683ca

%0
%39
%6
%16

Triadic Colors of #d683ca

#d683ca #cad683 #83cad6

Analogous Colors of #d683ca

#d683ca #d683a1 #b983d6

Monochromatic Colors of #d683ca

#d683ca

Complementary Color

#d683ca #83d68f

#d683ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683ca Color CSS Codes

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

#d683ca Text Font Color

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

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


#d683ca Background Color

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

This div background color is #d683ca


#d683ca Border Color

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

This div border color is #d683ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,131,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683ca


Comments

No comments written yet.

Please login to write comment.