Color Hex Logo

#d77fec Color Hex

#D77FEC
(215,127,236)
0 Favorites   0 Comments

Color spaces of #d77fec

RGB 215127236
HSL0.800.740.71
HSV288°46°93°
CMYK 0.090.460.00   0.07
XYZ50.754035.681983.5692
Yxy35.68190.29850.2099
Hunter Lab59.734347.1296-41.1335
CIE-Lab66.276251.0075-41.2602

#d77fec color RGB value is (215,127,236).

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

The process color (four color CMYK) of #d77fec color hex is 0.09, 0.46, 0.00, 0.07. Web safe color of #d77fec is #cc66ff. Color #d77fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11101100
Octal 327 177 354
Decimal 215 127 236
Hex D7 7F EC

RGB Percentages of Color #d77fec

%37.20
%21.97
%40.83

CMYK Percentages of Color #d77fec

%9
%46
%0
%7

Triadic Colors of #d77fec

#d77fec #ecd77f #7fecd7

Analogous Colors of #d77fec

#d77fec #ec7fcb #a17fec

Monochromatic Colors of #d77fec

#d77fec

Complementary Color

#d77fec #94ec7f

#d77fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77fec Color CSS Codes

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

#d77fec Text Font Color

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

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


#d77fec Background Color

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

This div background color is #d77fec


#d77fec Border Color

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

This div border color is #d77fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77fec


Comments

No comments written yet.

Please login to write comment.