Color Hex Logo

#d776fb Color Hex

#D776FB
(215,118,251)
0 Favorites   0 Comments

Color spaces of #d776fb

RGB 215118251
HSL0.790.940.72
HSV284°53°98°
CMYK 0.140.530.00   0.02
XYZ51.915434.369095.1644
Yxy34.36900.28610.1894
Hunter Lab58.625155.4767-55.2062
CIE-Lab65.254458.4824-51.1268

#d776fb color RGB value is (215,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110110 11111011
Octal 327 166 373
Decimal 215 118 251
Hex D7 76 FB

RGB Percentages of Color #d776fb

%36.82
%20.21
%42.98

CMYK Percentages of Color #d776fb

%14
%53
%0
%2

Triadic Colors of #d776fb

#d776fb #fbd776 #76fbd7

Analogous Colors of #d776fb

#d776fb #fb76dd #9576fb

Monochromatic Colors of #d776fb

#d776fb

Complementary Color

#d776fb #9afb76

#d776fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d776fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d776fb Color CSS Codes

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

#d776fb Text Font Color

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

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


#d776fb Background Color

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

This div background color is #d776fb


#d776fb Border Color

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

This div border color is #d776fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d776fb


Comments

No comments written yet.

Please login to write comment.