Color Hex Logo

#d680ec Color Hex

#D680EC
(214,128,236)
0 Favorites   0 Comments

Color spaces of #d680ec

RGB 214128236
HSL0.800.740.71
HSV288°46°93°
CMYK 0.090.460.00   0.07
XYZ50.591035.790683.5987
Yxy35.79060.29760.2106
Hunter Lab59.825246.2537-40.9731
CIE-Lab66.359650.2130-41.1378

#d680ec color RGB value is (214,128,236).

#d680ec hex color red value is 214, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d680ec hue: 0.80 , saturation: 0.74 and the lightness value of d680ec is 0.71.

The process color (four color CMYK) of #d680ec color hex is 0.09, 0.46, 0.00, 0.07. Web safe color of #d680ec is #cc99ff. Color #d680ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11101100
Octal 326 200 354
Decimal 214 128 236
Hex D6 80 EC

RGB Percentages of Color #d680ec

%37.02
%22.15
%40.83

CMYK Percentages of Color #d680ec

%9
%46
%0
%7

Triadic Colors of #d680ec

#d680ec #ecd680 #80ecd6

Analogous Colors of #d680ec

#d680ec #ec80cc #a080ec

Monochromatic Colors of #d680ec

#d680ec

Complementary Color

#d680ec #96ec80

#d680ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680ec Color CSS Codes

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

#d680ec Text Font Color

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

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


#d680ec Background Color

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

This div background color is #d680ec


#d680ec Border Color

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

This div border color is #d680ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680ec


Comments

No comments written yet.

Please login to write comment.