Color Hex Logo

#d76cff Color Hex

#D76CFF
(215,108,255)
0 Favorites   0 Comments

Color spaces of #d76cff

RGB 215108255
HSL0.791.000.71
HSV284°58°100°
CMYK 0.160.580.00   0.00
XYZ51.436932.392298.1490
Yxy32.39220.28270.1780
Hunter Lab56.914161.7219-62.4063
CIE-Lab63.665764.0706-55.8445

#d76cff color RGB value is (215,108,255).

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

The process color (four color CMYK) of #d76cff color hex is 0.16, 0.58, 0.00, 0.00. Web safe color of #d76cff is #cc66ff. Color #d76cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11111111
Octal 327 154 377
Decimal 215 108 255
Hex D7 6C FF

RGB Percentages of Color #d76cff

%37.20
%18.69
%44.12

CMYK Percentages of Color #d76cff

%16
%58
%0
%0

Triadic Colors of #d76cff

#d76cff #ffd76c #6cffd7

Analogous Colors of #d76cff

#d76cff #ff6cde #8e6cff

Monochromatic Colors of #d76cff

#d76cff

Complementary Color

#d76cff #94ff6c

#d76cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76cff Color CSS Codes

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

#d76cff Text Font Color

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

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


#d76cff Background Color

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

This div background color is #d76cff


#d76cff Border Color

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

This div border color is #d76cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76cff


Comments

No comments written yet.

Please login to write comment.