Color Hex Logo

#bd269e Color Hex

#BD269E
(189,38,158)
0 Favorites   0 Comments

Color spaces of #bd269e

RGB 18938158
HSL0.870.670.45
HSV312°80°74°
CMYK 0.000.800.16   0.26
XYZ27.850914.673733.7121
Yxy14.67370.36530.1925
Hunter Lab38.306362.7440-25.3648
CIE-Lab45.184068.3769-29.8127

#bd269e color RGB value is (189,38,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 10011110
Octal 275 46 236
Decimal 189 38 158
Hex BD 26 9E

RGB Percentages of Color #bd269e

%49.09
%9.87
%41.04

CMYK Percentages of Color #bd269e

%0
%80
%16
%26

Triadic Colors of #bd269e

#bd269e #9ebd26 #269ebd

Analogous Colors of #bd269e

#bd269e #bd2653 #9126bd

Monochromatic Colors of #bd269e

#bd269e

Complementary Color

#bd269e #26bd45

#bd269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd269e Color CSS Codes

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

#bd269e Text Font Color

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

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


#bd269e Background Color

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

This div background color is #bd269e


#bd269e Border Color

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

This div border color is #bd269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd269e


Comments

No comments written yet.

Please login to write comment.