Color Hex Logo

#d782eb Color Hex

#D782EB
(215,130,235)
0 Favorites   0 Comments

Color spaces of #d782eb

RGB 215130235
HSL0.800.720.72
HSV289°45°92°
CMYK 0.090.450.00   0.08
XYZ51.002436.410582.9371
Yxy36.41050.29940.2137
Hunter Lab60.341145.2774-39.2536
CIE-Lab66.832449.2706-39.8383

#d782eb color RGB value is (215,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 11101011
Octal 327 202 353
Decimal 215 130 235
Hex D7 82 EB

RGB Percentages of Color #d782eb

%37.07
%22.41
%40.52

CMYK Percentages of Color #d782eb

%9
%45
%0
%8

Triadic Colors of #d782eb

#d782eb #ebd782 #82ebd7

Analogous Colors of #d782eb

#d782eb #eb82cb #a382eb

Monochromatic Colors of #d782eb

#d782eb

Complementary Color

#d782eb #96eb82

#d782eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d782eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d782eb Color CSS Codes

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

#d782eb Text Font Color

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

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


#d782eb Background Color

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

This div background color is #d782eb


#d782eb Border Color

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

This div border color is #d782eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d782eb


Comments

No comments written yet.

Please login to write comment.