Color Hex Logo

#bd79ed Color Hex

#BD79ED
(189,121,237)
0 Favorites   0 Comments

Color spaces of #bd79ed

RGB 189121237
HSL0.760.760.70
HSV275°49°93°
CMYK 0.200.490.00   0.07
XYZ43.109730.608083.7566
Yxy30.60800.27380.1944
Hunter Lab55.324542.2721-51.0329
CIE-Lab62.175347.2004-48.4674

#bd79ed color RGB value is (189,121,237).

#bd79ed hex color red value is 189, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd79ed hue: 0.76 , saturation: 0.76 and the lightness value of bd79ed is 0.70.

The process color (four color CMYK) of #bd79ed color hex is 0.20, 0.49, 0.00, 0.07. Web safe color of #bd79ed is #cc66ff. Color #bd79ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11101101
Octal 275 171 355
Decimal 189 121 237
Hex BD 79 ED

RGB Percentages of Color #bd79ed

%34.55
%22.12
%43.33

CMYK Percentages of Color #bd79ed

%20
%49
%0
%7

Triadic Colors of #bd79ed

#bd79ed #edbd79 #79edbd

Analogous Colors of #bd79ed

#bd79ed #ed79e3 #8379ed

Monochromatic Colors of #bd79ed

#bd79ed

Complementary Color

#bd79ed #a9ed79

#bd79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79ed Color CSS Codes

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

#bd79ed Text Font Color

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

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


#bd79ed Background Color

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

This div background color is #bd79ed


#bd79ed Border Color

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

This div border color is #bd79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79ed


Comments

No comments written yet.

Please login to write comment.