Color Hex Logo

#bd79df Color Hex

#BD79DF
(189,121,223)
0 Favorites   0 Comments

Color spaces of #bd79df

RGB 189121223
HSL0.780.610.67
HSV280°46°87°
CMYK 0.150.460.00   0.13
XYZ41.142929.821373.3996
Yxy29.82130.28500.2066
Hunter Lab54.608938.9182-41.4653
CIE-Lab61.499744.1790-41.7441

#bd79df color RGB value is (189,121,223).

#bd79df hex color red value is 189, green value is 121 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd79df hue: 0.78 , saturation: 0.61 and the lightness value of bd79df is 0.67.

The process color (four color CMYK) of #bd79df color hex is 0.15, 0.46, 0.00, 0.13. Web safe color of #bd79df is #cc66cc. Color #bd79df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11011111
Octal 275 171 337
Decimal 189 121 223
Hex BD 79 DF

RGB Percentages of Color #bd79df

%35.46
%22.70
%41.84

CMYK Percentages of Color #bd79df

%15
%46
%0
%13

Triadic Colors of #bd79df

#bd79df #dfbd79 #79dfbd

Analogous Colors of #bd79df

#bd79df #df79ce #8a79df

Monochromatic Colors of #bd79df

#bd79df

Complementary Color

#bd79df #9bdf79

#bd79df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79df Color CSS Codes

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

#bd79df Text Font Color

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

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


#bd79df Background Color

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

This div background color is #bd79df


#bd79df Border Color

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

This div border color is #bd79df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,121,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd79df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd79df;
  -webkit-box-shadow: 1px 1px 3px 2px #bd79df;
  box-shadow:         1px 1px 3px 2px #bd79df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,121,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79df


Comments

No comments written yet.

Please login to write comment.