Color Hex Logo

#d777fb Color Hex

#D777FB
(215,119,251)
0 Favorites   0 Comments

Color spaces of #d777fb

RGB 215119251
HSL0.790.940.73
HSV284°53°98°
CMYK 0.140.530.00   0.02
XYZ52.033734.605895.2039
Yxy34.60580.28610.1903
Hunter Lab58.826754.9411-54.7750
CIE-Lab65.440657.9901-50.8323

#d777fb color RGB value is (215,119,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11111011
Octal 327 167 373
Decimal 215 119 251
Hex D7 77 FB

RGB Percentages of Color #d777fb

%36.75
%20.34
%42.91

CMYK Percentages of Color #d777fb

%14
%53
%0
%2

Triadic Colors of #d777fb

#d777fb #fbd777 #77fbd7

Analogous Colors of #d777fb

#d777fb #fb77dd #9577fb

Monochromatic Colors of #d777fb

#d777fb

Complementary Color

#d777fb #9bfb77

#d777fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777fb Color CSS Codes

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

#d777fb Text Font Color

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

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


#d777fb Background Color

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

This div background color is #d777fb


#d777fb Border Color

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

This div border color is #d777fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777fb


Comments

No comments written yet.

Please login to write comment.