Color Hex Logo

#d882ec Color Hex

#D882EC
(216,130,236)
0 Favorites   0 Comments

Color spaces of #d882ec

RGB 216130236
HSL0.800.740.72
HSV289°45°93°
CMYK 0.080.450.00   0.07
XYZ51.441936.620383.7140
Yxy36.62030.29950.2132
Hunter Lab60.514745.8372-39.6595
CIE-Lab66.991249.7499-40.1331

#d882ec color RGB value is (216,130,236).

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

The process color (four color CMYK) of #d882ec color hex is 0.08, 0.45, 0.00, 0.07. Web safe color of #d882ec is #cc99ff. Color #d882ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11101100
Octal 330 202 354
Decimal 216 130 236
Hex D8 82 EC

RGB Percentages of Color #d882ec

%37.11
%22.34
%40.55

CMYK Percentages of Color #d882ec

%8
%45
%0
%7

Triadic Colors of #d882ec

#d882ec #ecd882 #82ecd8

Analogous Colors of #d882ec

#d882ec #ec82cb #a382ec

Monochromatic Colors of #d882ec

#d882ec

Complementary Color

#d882ec #96ec82

#d882ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882ec Color CSS Codes

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

#d882ec Text Font Color

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

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


#d882ec Background Color

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

This div background color is #d882ec


#d882ec Border Color

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

This div border color is #d882ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882ec


Comments

No comments written yet.

Please login to write comment.