Color Hex Logo

#bd27ab Color Hex

#BD27AB
(189,39,171)
0 Favorites   0 Comments

Color spaces of #bd27ab

RGB 18939171
HSL0.850.660.45
HSV307°79°74°
CMYK 0.000.790.10   0.26
XYZ29.062515.210139.9322
Yxy15.21010.34510.1806
Hunter Lab39.000164.7662-33.4069
CIE-Lab45.920669.9494-36.3990

#bd27ab color RGB value is (189,39,171).

#bd27ab hex color red value is 189, green value is 39 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd27ab hue: 0.85 , saturation: 0.66 and the lightness value of bd27ab is 0.45.

The process color (four color CMYK) of #bd27ab color hex is 0.00, 0.79, 0.10, 0.26. Web safe color of #bd27ab is #cc3399. Color #bd27ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 10101011
Octal 275 47 253
Decimal 189 39 171
Hex BD 27 AB

RGB Percentages of Color #bd27ab

%47.37
%9.77
%42.86

CMYK Percentages of Color #bd27ab

%0
%79
%10
%26

Triadic Colors of #bd27ab

#bd27ab #abbd27 #27abbd

Analogous Colors of #bd27ab

#bd27ab #bd2760 #8427bd

Monochromatic Colors of #bd27ab

#bd27ab

Complementary Color

#bd27ab #27bd39

#bd27ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27ab Color CSS Codes

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

#bd27ab Text Font Color

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

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


#bd27ab Background Color

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

This div background color is #bd27ab


#bd27ab Border Color

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

This div border color is #bd27ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27ab


Comments

No comments written yet.

Please login to write comment.