Color Hex Logo

#d76bff Color Hex

#D76BFF
(215,107,255)
0 Favorites   0 Comments

Color spaces of #d76bff

RGB 215107255
HSL0.791.000.71
HSV284°58°100°
CMYK 0.160.580.00   0.00
XYZ51.332032.182598.1141
Yxy32.18250.28260.1772
Hunter Lab56.729662.2395-62.8315
CIE-Lab63.493464.5360-56.1186

#d76bff color RGB value is (215,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 11111111
Octal 327 153 377
Decimal 215 107 255
Hex D7 6B FF

RGB Percentages of Color #d76bff

%37.26
%18.54
%44.19

CMYK Percentages of Color #d76bff

%16
%58
%0
%0

Triadic Colors of #d76bff

#d76bff #ffd76b #6bffd7

Analogous Colors of #d76bff

#d76bff #ff6bdd #8d6bff

Monochromatic Colors of #d76bff

#d76bff

Complementary Color

#d76bff #93ff6b

#d76bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bff Color CSS Codes

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

#d76bff Text Font Color

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

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


#d76bff Background Color

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

This div background color is #d76bff


#d76bff Border Color

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

This div border color is #d76bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bff


Comments

No comments written yet.

Please login to write comment.