Color Hex Logo

#bf59b2 Color Hex

#BF59B2
(191,89,178)
0 Favorites   0 Comments

Color spaces of #bf59b2

RGB 19189178
HSL0.850.440.55
HSV308°53°75°
CMYK 0.000.530.07   0.25
XYZ33.094121.435544.5127
Yxy21.43550.33410.2164
Hunter Lab46.298546.5692-24.5942
CIE-Lab53.422952.5189-28.7410

#bf59b2 color RGB value is (191,89,178).

#bf59b2 hex color red value is 191, green value is 89 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bf59b2 hue: 0.85 , saturation: 0.44 and the lightness value of bf59b2 is 0.55.

The process color (four color CMYK) of #bf59b2 color hex is 0.00, 0.53, 0.07, 0.25. Web safe color of #bf59b2 is #cc6699. Color #bf59b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011001 10110010
Octal 277 131 262
Decimal 191 89 178
Hex BF 59 B2

RGB Percentages of Color #bf59b2

%41.70
%19.43
%38.86

CMYK Percentages of Color #bf59b2

%0
%53
%7
%25

Triadic Colors of #bf59b2

#bf59b2 #b2bf59 #59b2bf

Analogous Colors of #bf59b2

#bf59b2 #bf597f #9959bf

Monochromatic Colors of #bf59b2

#bf59b2

Complementary Color

#bf59b2 #59bf66

#bf59b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf59b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf59b2 Color CSS Codes

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

#bf59b2 Text Font Color

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

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


#bf59b2 Background Color

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

This div background color is #bf59b2


#bf59b2 Border Color

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

This div border color is #bf59b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,89,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf59b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf59b2;
  -webkit-box-shadow: 1px 1px 3px 2px #bf59b2;
  box-shadow:         1px 1px 3px 2px #bf59b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,89,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf59b2


Comments

No comments written yet.

Please login to write comment.