Color Hex Logo

#d77ffb Color Hex

#D77FFB
(215,127,251)
0 Favorites   0 Comments

Color spaces of #d77ffb

RGB 215127251
HSL0.780.940.74
HSV283°49°98°
CMYK 0.140.490.00   0.02
XYZ53.026336.590995.5347
Yxy36.59090.28640.1976
Hunter Lab60.490450.6161-51.2956
CIE-Lab66.969053.9868-48.4184

#d77ffb color RGB value is (215,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11111011
Octal 327 177 373
Decimal 215 127 251
Hex D7 7F FB

RGB Percentages of Color #d77ffb

%36.26
%21.42
%42.33

CMYK Percentages of Color #d77ffb

%14
%49
%0
%2

Triadic Colors of #d77ffb

#d77ffb #fbd77f #7ffbd7

Analogous Colors of #d77ffb

#d77ffb #fb7fe1 #997ffb

Monochromatic Colors of #d77ffb

#d77ffb

Complementary Color

#d77ffb #a3fb7f

#d77ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ffb Color CSS Codes

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

#d77ffb Text Font Color

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

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


#d77ffb Background Color

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

This div background color is #d77ffb


#d77ffb Border Color

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

This div border color is #d77ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ffb


Comments

No comments written yet.

Please login to write comment.