Color Hex Logo

#d76efb Color Hex

#D76EFB
(215,110,251)
0 Favorites   0 Comments

Color spaces of #d76efb

RGB 215110251
HSL0.790.950.71
HSV285°56°98°
CMYK 0.140.560.00   0.02
XYZ51.012832.564094.8636
Yxy32.56400.28590.1825
Hunter Lab57.064959.7055-58.6172
CIE-Lab63.806362.3417-53.4219

#d76efb color RGB value is (215,110,251).

#d76efb hex color red value is 215, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d76efb hue: 0.79 , saturation: 0.95 and the lightness value of d76efb is 0.71.

The process color (four color CMYK) of #d76efb color hex is 0.14, 0.56, 0.00, 0.02. Web safe color of #d76efb is #cc66ff. Color #d76efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11111011
Octal 327 156 373
Decimal 215 110 251
Hex D7 6E FB

RGB Percentages of Color #d76efb

%37.33
%19.10
%43.58

CMYK Percentages of Color #d76efb

%14
%56
%0
%2

Triadic Colors of #d76efb

#d76efb #fbd76e #6efbd7

Analogous Colors of #d76efb

#d76efb #fb6ed9 #916efb

Monochromatic Colors of #d76efb

#d76efb

Complementary Color

#d76efb #92fb6e

#d76efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76efb Color CSS Codes

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

#d76efb Text Font Color

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

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


#d76efb Background Color

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

This div background color is #d76efb


#d76efb Border Color

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

This div border color is #d76efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76efb


Comments

No comments written yet.

Please login to write comment.