Color Hex Logo

#bd59bf Color Hex

#BD59BF
(189,89,191)
0 Favorites   0 Comments

Color spaces of #bd59bf

RGB 18989191
HSL0.830.440.55
HSV299°53°75°
CMYK 0.010.530.00   0.25
XYZ33.962621.725251.6936
Yxy21.72520.31630.2023
Hunter Lab46.610348.4960-33.1289
CIE-Lab53.734254.2274-35.7917

#bd59bf color RGB value is (189,89,191).

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

The process color (four color CMYK) of #bd59bf color hex is 0.01, 0.53, 0.00, 0.25. Web safe color of #bd59bf is #cc66cc. Color #bd59bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10111111
Octal 275 131 277
Decimal 189 89 191
Hex BD 59 BF

RGB Percentages of Color #bd59bf

%40.30
%18.98
%40.72

CMYK Percentages of Color #bd59bf

%1
%53
%0
%25

Triadic Colors of #bd59bf

#bd59bf #bfbd59 #59bfbd

Analogous Colors of #bd59bf

#bd59bf #bf598e #8a59bf

Monochromatic Colors of #bd59bf

#bd59bf

Complementary Color

#bd59bf #5bbf59

#bd59bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd59bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd59bf Color CSS Codes

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

#bd59bf Text Font Color

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

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


#bd59bf Background Color

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

This div background color is #bd59bf


#bd59bf Border Color

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

This div border color is #bd59bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd59bf


Comments

No comments written yet.

Please login to write comment.