Color Hex Logo

#d79bfe Color Hex

#D79BFE
(215,155,254)
1 Favorites   0 Comments

Color spaces of #d79bfe

RGB 215155254
HSL0.770.980.80
HSV276°39°100°
CMYK 0.150.390.00   0.00
XYZ57.635145.045599.4229
Yxy45.04550.28520.2229
Hunter Lab67.115935.8321-40.8487
CIE-Lab72.921839.9232-40.7179

#d79bfe color RGB value is (215,155,254).

#d79bfe hex color red value is 215, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d79bfe hue: 0.77 , saturation: 0.98 and the lightness value of d79bfe is 0.80.

The process color (four color CMYK) of #d79bfe color hex is 0.15, 0.39, 0.00, 0.00. Web safe color of #d79bfe is #cc99ff. Color #d79bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11111110
Octal 327 233 376
Decimal 215 155 254
Hex D7 9B FE

RGB Percentages of Color #d79bfe

%34.46
%24.84
%40.71

CMYK Percentages of Color #d79bfe

%15
%39
%0
%0

Triadic Colors of #d79bfe

#d79bfe #fed79b #9bfed7

Analogous Colors of #d79bfe

#d79bfe #fe9bf4 #a69bfe

Monochromatic Colors of #d79bfe

#d79bfe

Complementary Color

#d79bfe #c2fe9b

#d79bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bfe Color CSS Codes

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

#d79bfe Text Font Color

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

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


#d79bfe Background Color

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

This div background color is #d79bfe


#d79bfe Border Color

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

This div border color is #d79bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bfe


Comments

No comments written yet.

Please login to write comment.