Color Hex Logo

#bd57ff Color Hex

#BD57FF
(189,87,255)
0 Favorites   0 Comments

Color spaces of #bd57ff

RGB 18987255
HSL0.771.000.67
HSV276°66°100°
CMYK 0.260.660.00   0.00
XYZ42.444524.855297.1682
Yxy24.85520.25810.1511
Hunter Lab49.855064.7214-80.6587
CIE-Lab56.934167.8059-66.8051

#bd57ff color RGB value is (189,87,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 11111111
Octal 275 127 377
Decimal 189 87 255
Hex BD 57 FF

RGB Percentages of Color #bd57ff

%35.59
%16.38
%48.02

CMYK Percentages of Color #bd57ff

%26
%66
%0
%0

Triadic Colors of #bd57ff

#bd57ff #ffbd57 #57ffbd

Analogous Colors of #bd57ff

#bd57ff #ff57ed #6957ff

Monochromatic Colors of #bd57ff

#bd57ff

Complementary Color

#bd57ff #99ff57

#bd57ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57ff Color CSS Codes

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

#bd57ff Text Font Color

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

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


#bd57ff Background Color

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

This div background color is #bd57ff


#bd57ff Border Color

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

This div border color is #bd57ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,87,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 #bd57ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57ff

Related Colors


Comments

No comments written yet.

Please login to write comment.