Color Hex Logo

#d766eb Color Hex

#D766EB
(215,102,235)
0 Favorites   0 Comments

Color spaces of #d766eb

RGB 215102235
HSL0.810.770.66
HSV291°57°92°
CMYK 0.090.570.00   0.08
XYZ47.771129.948081.8600
Yxy29.94800.29940.1877
Hunter Lab54.724860.0504-50.3816
CIE-Lab61.609363.0153-48.0494

#d766eb color RGB value is (215,102,235).

#d766eb hex color red value is 215, green value is 102 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d766eb hue: 0.81 , saturation: 0.77 and the lightness value of d766eb is 0.66.

The process color (four color CMYK) of #d766eb color hex is 0.09, 0.57, 0.00, 0.08. Web safe color of #d766eb is #cc66ff. Color #d766eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100110 11101011
Octal 327 146 353
Decimal 215 102 235
Hex D7 66 EB

RGB Percentages of Color #d766eb

%38.95
%18.48
%42.57

CMYK Percentages of Color #d766eb

%9
%57
%0
%8

Triadic Colors of #d766eb

#d766eb #ebd766 #66ebd7

Analogous Colors of #d766eb

#d766eb #eb66bd #9566eb

Monochromatic Colors of #d766eb

#d766eb

Complementary Color

#d766eb #7aeb66

#d766eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d766eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d766eb Color CSS Codes

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

#d766eb Text Font Color

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

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


#d766eb Background Color

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

This div background color is #d766eb


#d766eb Border Color

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

This div border color is #d766eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d766eb


Comments

No comments written yet.

Please login to write comment.