Color Hex Logo

#d76eec Color Hex

#D76EEC
(215,110,236)
0 Favorites   0 Comments

Color spaces of #d76eec

RGB 215110236
HSL0.810.770.68
HSV290°53°93°
CMYK 0.090.530.00   0.07
XYZ48.740631.655182.8980
Yxy31.65510.29850.1939
Hunter Lab56.262956.1748-47.9742
CIE-Lab63.056859.4475-46.3192

#d76eec color RGB value is (215,110,236).

#d76eec hex color red value is 215, green value is 110 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d76eec hue: 0.81 , saturation: 0.77 and the lightness value of d76eec is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11101100
Octal 327 156 354
Decimal 215 110 236
Hex D7 6E EC

RGB Percentages of Color #d76eec

%38.32
%19.61
%42.07

CMYK Percentages of Color #d76eec

%9
%53
%0
%7

Triadic Colors of #d76eec

#d76eec #ecd76e #6eecd7

Analogous Colors of #d76eec

#d76eec #ec6ec2 #986eec

Monochromatic Colors of #d76eec

#d76eec

Complementary Color

#d76eec #83ec6e

#d76eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76eec Color CSS Codes

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

#d76eec Text Font Color

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

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


#d76eec Background Color

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

This div background color is #d76eec


#d76eec Border Color

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

This div border color is #d76eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76eec


Comments

No comments written yet.

Please login to write comment.