Color Hex Logo

#bd76ff Color Hex

#BD76FF
(189,118,255)
0 Favorites   0 Comments

Color spaces of #bd76ff

RGB 189118255
HSL0.751.000.73
HSV271°54°100°
CMYK 0.260.540.00   0.00
XYZ45.514730.995798.1916
Yxy30.99570.26050.1774
Hunter Lab55.673848.4991-65.5979
CIE-Lab62.504052.7987-57.8754

#bd76ff color RGB value is (189,118,255).

#bd76ff hex color red value is 189, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd76ff hue: 0.75 , saturation: 1.00 and the lightness value of bd76ff is 0.73.

The process color (four color CMYK) of #bd76ff color hex is 0.26, 0.54, 0.00, 0.00. Web safe color of #bd76ff is #cc66ff. Color #bd76ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 11111111
Octal 275 166 377
Decimal 189 118 255
Hex BD 76 FF

RGB Percentages of Color #bd76ff

%33.63
%21.00
%45.37

CMYK Percentages of Color #bd76ff

%26
%54
%0
%0

Triadic Colors of #bd76ff

#bd76ff #ffbd76 #76ffbd

Analogous Colors of #bd76ff

#bd76ff #ff76fd #7976ff

Monochromatic Colors of #bd76ff

#bd76ff

Complementary Color

#bd76ff #b8ff76

#bd76ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd76ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd76ff Color CSS Codes

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

#bd76ff Text Font Color

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

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


#bd76ff Background Color

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

This div background color is #bd76ff


#bd76ff Border Color

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

This div border color is #bd76ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd76ff

Related Colors


Comments

No comments written yet.

Please login to write comment.