Color Hex Logo

#bd26bb Color Hex

#BD26BB
(189,38,187)
0 Favorites   0 Comments

Color spaces of #bd26bb

RGB 18938187
HSL0.840.670.45
HSV301°80°74°
CMYK 0.000.800.01   0.26
XYZ30.649015.792948.4467
Yxy15.79290.32300.1664
Hunter Lab39.740368.1195-44.4612
CIE-Lab46.701672.6043-44.5794

#bd26bb color RGB value is (189,38,187).

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

The process color (four color CMYK) of #bd26bb color hex is 0.00, 0.80, 0.01, 0.26. Web safe color of #bd26bb is #cc33cc. Color #bd26bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 10111011
Octal 275 46 273
Decimal 189 38 187
Hex BD 26 BB

RGB Percentages of Color #bd26bb

%45.65
%9.18
%45.17

CMYK Percentages of Color #bd26bb

%0
%80
%1
%26

Triadic Colors of #bd26bb

#bd26bb #bbbd26 #26bbbd

Analogous Colors of #bd26bb

#bd26bb #bd2670 #7426bd

Monochromatic Colors of #bd26bb

#bd26bb

Complementary Color

#bd26bb #26bd28

#bd26bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd26bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd26bb Color CSS Codes

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

#bd26bb Text Font Color

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

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


#bd26bb Background Color

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

This div background color is #bd26bb


#bd26bb Border Color

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

This div border color is #bd26bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd26bb


Comments

No comments written yet.

Please login to write comment.