Color Hex Logo

#bd77ea Color Hex

#BD77EA
(189,119,234)
0 Favorites   0 Comments

Color spaces of #bd77ea

RGB 189119234
HSL0.770.730.69
HSV277°49°92°
CMYK 0.190.490.00   0.08
XYZ42.434429.953081.3869
Yxy29.95300.27600.1948
Hunter Lab54.729342.6237-49.8584
CIE-Lab61.613647.6049-47.6910

#bd77ea color RGB value is (189,119,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 11101010
Octal 275 167 352
Decimal 189 119 234
Hex BD 77 EA

RGB Percentages of Color #bd77ea

%34.87
%21.96
%43.17

CMYK Percentages of Color #bd77ea

%19
%49
%0
%8

Triadic Colors of #bd77ea

#bd77ea #eabd77 #77eabd

Analogous Colors of #bd77ea

#bd77ea #ea77de #8477ea

Monochromatic Colors of #bd77ea

#bd77ea

Complementary Color

#bd77ea #a4ea77

#bd77ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77ea Color CSS Codes

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

#bd77ea Text Font Color

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

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


#bd77ea Background Color

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

This div background color is #bd77ea


#bd77ea Border Color

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

This div border color is #bd77ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77ea


Comments

No comments written yet.

Please login to write comment.