Color Hex Logo

#d76efc Color Hex

#D76EFC
(215,110,252)
0 Favorites   0 Comments

Color spaces of #d76efc

RGB 215110252
HSL0.790.960.71
HSV284°56°99°
CMYK 0.150.560.00   0.01
XYZ51.170932.627295.6961
Yxy32.62720.28510.1818
Hunter Lab57.120259.9480-59.3471
CIE-Lab63.857962.5386-53.8901

#d76efc color RGB value is (215,110,252).

#d76efc hex color red value is 215, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d76efc hue: 0.79 , saturation: 0.96 and the lightness value of d76efc is 0.71.

The process color (four color CMYK) of #d76efc color hex is 0.15, 0.56, 0.00, 0.01. Web safe color of #d76efc is #cc66ff. Color #d76efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11111100
Octal 327 156 374
Decimal 215 110 252
Hex D7 6E FC

RGB Percentages of Color #d76efc

%37.26
%19.06
%43.67

CMYK Percentages of Color #d76efc

%15
%56
%0
%1

Triadic Colors of #d76efc

#d76efc #fcd76e #6efcd7

Analogous Colors of #d76efc

#d76efc #fc6eda #906efc

Monochromatic Colors of #d76efc

#d76efc

Complementary Color

#d76efc #93fc6e

#d76efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76efc Color CSS Codes

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

#d76efc Text Font Color

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

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


#d76efc Background Color

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

This div background color is #d76efc


#d76efc Border Color

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

This div border color is #d76efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76efc


Comments

No comments written yet.

Please login to write comment.