Color Hex Logo

#bd57fb Color Hex

#BD57FB
(189,87,251)
0 Favorites   0 Comments

Color spaces of #bd57fb

RGB 18987251
HSL0.770.950.66
HSV277°65°98°
CMYK 0.250.650.00   0.02
XYZ41.807024.600293.8116
Yxy24.60020.26090.1535
Hunter Lab49.598663.6614-77.4231
CIE-Lab56.683866.9616-64.9934

#bd57fb color RGB value is (189,87,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 11111011
Octal 275 127 373
Decimal 189 87 251
Hex BD 57 FB

RGB Percentages of Color #bd57fb

%35.86
%16.51
%47.63

CMYK Percentages of Color #bd57fb

%25
%65
%0
%2

Triadic Colors of #bd57fb

#bd57fb #fbbd57 #57fbbd

Analogous Colors of #bd57fb

#bd57fb #fb57e7 #6b57fb

Monochromatic Colors of #bd57fb

#bd57fb

Complementary Color

#bd57fb #95fb57

#bd57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57fb Color CSS Codes

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

#bd57fb Text Font Color

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

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


#bd57fb Background Color

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

This div background color is #bd57fb


#bd57fb Border Color

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

This div border color is #bd57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57fb


Comments

No comments written yet.

Please login to write comment.