Color Hex Logo

#bd259b Color Hex

#BD259B
(189,37,155)
0 Favorites   0 Comments

Color spaces of #bd259b

RGB 18937155
HSL0.870.670.44
HSV313°80°74°
CMYK 0.000.800.18   0.26
XYZ27.564214.508532.3580
Yxy14.50850.37030.1949
Hunter Lab38.090062.5156-23.7047
CIE-Lab44.953568.2269-28.3737

#bd259b color RGB value is (189,37,155).

#bd259b hex color red value is 189, green value is 37 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd259b hue: 0.87 , saturation: 0.67 and the lightness value of bd259b is 0.44.

The process color (four color CMYK) of #bd259b color hex is 0.00, 0.80, 0.18, 0.26. Web safe color of #bd259b is #cc3399. Color #bd259b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10011011
Octal 275 45 233
Decimal 189 37 155
Hex BD 25 9B

RGB Percentages of Color #bd259b

%49.61
%9.71
%40.68

CMYK Percentages of Color #bd259b

%0
%80
%18
%26

Triadic Colors of #bd259b

#bd259b #9bbd25 #259bbd

Analogous Colors of #bd259b

#bd259b #bd254f #9325bd

Monochromatic Colors of #bd259b

#bd259b

Complementary Color

#bd259b #25bd47

#bd259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd259b Color CSS Codes

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

#bd259b Text Font Color

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

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


#bd259b Background Color

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

This div background color is #bd259b


#bd259b Border Color

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

This div border color is #bd259b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd259b


Comments

No comments written yet.

Please login to write comment.