Color Hex Logo

#d683ae Color Hex

#D683AE
(214,131,174)
0 Favorites   0 Comments

Color spaces of #d683ae

RGB 214131174
HSL0.910.500.68
HSV329°39°84°
CMYK 0.000.390.19   0.16
XYZ43.487833.584744.2348
Yxy33.58470.35850.2769
Hunter Lab57.952332.5311-4.6892
CIE-Lab64.631637.7330-9.1061

#d683ae color RGB value is (214,131,174).

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

The process color (four color CMYK) of #d683ae color hex is 0.00, 0.39, 0.19, 0.16. Web safe color of #d683ae is #cc9999. Color #d683ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 10101110
Octal 326 203 256
Decimal 214 131 174
Hex D6 83 AE

RGB Percentages of Color #d683ae

%41.23
%25.24
%33.53

CMYK Percentages of Color #d683ae

%0
%39
%19
%16

Triadic Colors of #d683ae

#d683ae #aed683 #83aed6

Analogous Colors of #d683ae

#d683ae #d68385 #d583d6

Monochromatic Colors of #d683ae

#d683ae

Complementary Color

#d683ae #83d6ab

#d683ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683ae Color CSS Codes

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

#d683ae Text Font Color

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

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


#d683ae Background Color

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

This div background color is #d683ae


#d683ae Border Color

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

This div border color is #d683ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683ae


Comments

No comments written yet.

Please login to write comment.