Color Hex Logo

#d76fe0 Color Hex

#D76FE0
(215,111,224)
0 Favorites   0 Comments

Color spaces of #d76fe0

RGB 215111224
HSL0.820.650.66
HSV295°50°88°
CMYK 0.040.500.00   0.12
XYZ47.163331.197874.0570
Yxy31.19780.30940.2047
Hunter Lab55.855052.9771-39.5129
CIE-Lab62.674356.7319-40.2410

#d76fe0 color RGB value is (215,111,224).

#d76fe0 hex color red value is 215, green value is 111 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d76fe0 hue: 0.82 , saturation: 0.65 and the lightness value of d76fe0 is 0.66.

The process color (four color CMYK) of #d76fe0 color hex is 0.04, 0.50, 0.00, 0.12. Web safe color of #d76fe0 is #cc66cc. Color #d76fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 11100000
Octal 327 157 340
Decimal 215 111 224
Hex D7 6F E0

RGB Percentages of Color #d76fe0

%39.09
%20.18
%40.73

CMYK Percentages of Color #d76fe0

%4
%50
%0
%12

Triadic Colors of #d76fe0

#d76fe0 #e0d76f #6fe0d7

Analogous Colors of #d76fe0

#d76fe0 #e06fb1 #9f6fe0

Monochromatic Colors of #d76fe0

#d76fe0

Complementary Color

#d76fe0 #78e06f

#d76fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76fe0 Color CSS Codes

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

#d76fe0 Text Font Color

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

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


#d76fe0 Background Color

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

This div background color is #d76fe0


#d76fe0 Border Color

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

This div border color is #d76fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76fe0


Comments

No comments written yet.

Please login to write comment.