Color Hex Logo

#bd77fb Color Hex

#BD77FB
(189,119,251)
0 Favorites   0 Comments

Color spaces of #bd77fb

RGB 189119251
HSL0.760.940.73
HSV272°53°98°
CMYK 0.250.530.00   0.02
XYZ44.995730.977594.8745
Yxy30.97750.26340.1813
Hunter Lab55.657446.9060-62.1064
CIE-Lab62.488651.3724-55.7011

#bd77fb color RGB value is (189,119,251).

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

The process color (four color CMYK) of #bd77fb color hex is 0.25, 0.53, 0.00, 0.02. Web safe color of #bd77fb is #cc66ff. Color #bd77fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 11111011
Octal 275 167 373
Decimal 189 119 251
Hex BD 77 FB

RGB Percentages of Color #bd77fb

%33.81
%21.29
%44.90

CMYK Percentages of Color #bd77fb

%25
%53
%0
%2

Triadic Colors of #bd77fb

#bd77fb #fbbd77 #77fbbd

Analogous Colors of #bd77fb

#bd77fb #fb77f7 #7b77fb

Monochromatic Colors of #bd77fb

#bd77fb

Complementary Color

#bd77fb #b5fb77

#bd77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77fb Color CSS Codes

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

#bd77fb Text Font Color

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

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


#bd77fb Background Color

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

This div background color is #bd77fb


#bd77fb Border Color

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

This div border color is #bd77fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77fb


Comments

No comments written yet.

Please login to write comment.