Color Hex Logo

#bd79de Color Hex

#BD79DE
(189,121,222)
0 Favorites   0 Comments

Color spaces of #bd79de

RGB 189121222
HSL0.780.600.67
HSV280°45°87°
CMYK 0.150.450.00   0.13
XYZ41.008529.767572.6916
Yxy29.76750.28580.2075
Hunter Lab54.559638.6862-40.8024
CIE-Lab61.453143.9677-41.2588

#bd79de color RGB value is (189,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11011110
Octal 275 171 336
Decimal 189 121 222
Hex BD 79 DE

RGB Percentages of Color #bd79de

%35.53
%22.74
%41.73

CMYK Percentages of Color #bd79de

%15
%45
%0
%13

Triadic Colors of #bd79de

#bd79de #debd79 #79debd

Analogous Colors of #bd79de

#bd79de #de79cd #8b79de

Monochromatic Colors of #bd79de

#bd79de

Complementary Color

#bd79de #9ade79

#bd79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79de Color CSS Codes

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

#bd79de Text Font Color

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

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


#bd79de Background Color

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

This div background color is #bd79de


#bd79de Border Color

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

This div border color is #bd79de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79de


Comments

No comments written yet.

Please login to write comment.