Color Hex Logo

#d776ec Color Hex

#D776EC
(215,118,236)
0 Favorites   0 Comments

Color spaces of #d776ec

RGB 215118236
HSL0.800.760.69
HSV289°50°93°
CMYK 0.090.500.00   0.07
XYZ49.643133.460183.1988
Yxy33.46010.29850.2012
Hunter Lab57.844751.9629-44.7863
CIE-Lab64.531755.5451-43.9969

#d776ec color RGB value is (215,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110110 11101100
Octal 327 166 354
Decimal 215 118 236
Hex D7 76 EC

RGB Percentages of Color #d776ec

%37.79
%20.74
%41.48

CMYK Percentages of Color #d776ec

%9
%50
%0
%7

Triadic Colors of #d776ec

#d776ec #ecd776 #76ecd7

Analogous Colors of #d776ec

#d776ec #ec76c6 #9c76ec

Monochromatic Colors of #d776ec

#d776ec

Complementary Color

#d776ec #8bec76

#d776ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d776ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d776ec Color CSS Codes

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

#d776ec Text Font Color

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

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


#d776ec Background Color

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

This div background color is #d776ec


#d776ec Border Color

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

This div border color is #d776ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d776ec


Comments

No comments written yet.

Please login to write comment.