Color Hex Logo

#d882ef Color Hex

#D882EF
(216,130,239)
0 Favorites   0 Comments

Color spaces of #d882ef

RGB 216130239
HSL0.800.770.72
HSV287°46°94°
CMYK 0.100.460.00   0.06
XYZ51.881536.796286.0293
Yxy36.79620.29700.2106
Hunter Lab60.659946.5137-41.6246
CIE-Lab67.123850.3355-41.5781

#d882ef color RGB value is (216,130,239).

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

The process color (four color CMYK) of #d882ef color hex is 0.10, 0.46, 0.00, 0.06. Web safe color of #d882ef is #cc99ff. Color #d882ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11101111
Octal 330 202 357
Decimal 216 130 239
Hex D8 82 EF

RGB Percentages of Color #d882ef

%36.92
%22.22
%40.85

CMYK Percentages of Color #d882ef

%10
%46
%0
%6

Triadic Colors of #d882ef

#d882ef #efd882 #82efd8

Analogous Colors of #d882ef

#d882ef #ef82d0 #a282ef

Monochromatic Colors of #d882ef

#d882ef

Complementary Color

#d882ef #99ef82

#d882ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882ef Color CSS Codes

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

#d882ef Text Font Color

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

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


#d882ef Background Color

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

This div background color is #d882ef


#d882ef Border Color

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

This div border color is #d882ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,130,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882ef


Comments

No comments written yet.

Please login to write comment.