Color Hex Logo

#bd77eb Color Hex

#BD77EB
(189,119,235)
0 Favorites   0 Comments

Color spaces of #bd77eb

RGB 189119235
HSL0.770.740.69
HSV276°49°92°
CMYK 0.200.490.00   0.08
XYZ42.578530.010682.1458
Yxy30.01060.27520.1939
Hunter Lab54.781942.8683-50.5583
CIE-Lab61.663447.8227-48.1677

#bd77eb color RGB value is (189,119,235).

#bd77eb hex color red value is 189, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd77eb hue: 0.77 , saturation: 0.74 and the lightness value of bd77eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 11101011
Octal 275 167 353
Decimal 189 119 235
Hex BD 77 EB

RGB Percentages of Color #bd77eb

%34.81
%21.92
%43.28

CMYK Percentages of Color #bd77eb

%20
%49
%0
%8

Triadic Colors of #bd77eb

#bd77eb #ebbd77 #77ebbd

Analogous Colors of #bd77eb

#bd77eb #eb77df #8377eb

Monochromatic Colors of #bd77eb

#bd77eb

Complementary Color

#bd77eb #a5eb77

#bd77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77eb Color CSS Codes

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

#bd77eb Text Font Color

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

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


#bd77eb Background Color

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

This div background color is #bd77eb


#bd77eb Border Color

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

This div border color is #bd77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77eb


Comments

No comments written yet.

Please login to write comment.