Color Hex Logo

#d76bfb Color Hex

#D76BFB
(215,107,251)
0 Favorites   0 Comments

Color spaces of #d76bfb

RGB 215107251
HSL0.790.950.70
HSV285°57°98°
CMYK 0.140.570.00   0.02
XYZ50.694631.927594.7575
Yxy31.92750.28580.1800
Hunter Lab56.504461.2638-59.8758
CIE-Lab63.282963.7511-54.2530

#d76bfb color RGB value is (215,107,251).

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

The process color (four color CMYK) of #d76bfb color hex is 0.14, 0.57, 0.00, 0.02. Web safe color of #d76bfb is #cc66ff. Color #d76bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 11111011
Octal 327 153 373
Decimal 215 107 251
Hex D7 6B FB

RGB Percentages of Color #d76bfb

%37.52
%18.67
%43.80

CMYK Percentages of Color #d76bfb

%14
%57
%0
%2

Triadic Colors of #d76bfb

#d76bfb #fbd76b #6bfbd7

Analogous Colors of #d76bfb

#d76bfb #fb6bd7 #8f6bfb

Monochromatic Colors of #d76bfb

#d76bfb

Complementary Color

#d76bfb #8ffb6b

#d76bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bfb Color CSS Codes

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

#d76bfb Text Font Color

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

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


#d76bfb Background Color

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

This div background color is #d76bfb


#d76bfb Border Color

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

This div border color is #d76bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bfb


Comments

No comments written yet.

Please login to write comment.