Color Hex Logo

#bd27ba Color Hex

#BD27BA
(189,39,186)
0 Favorites   0 Comments

Color spaces of #bd27ba

RGB 18939186
HSL0.840.660.45
HSV301°79°74°
CMYK 0.000.790.02   0.26
XYZ30.574715.815047.8955
Yxy15.81500.32430.1677
Hunter Lab39.768167.6412-43.5695
CIE-Lab46.730872.2010-43.9477

#bd27ba color RGB value is (189,39,186).

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

The process color (four color CMYK) of #bd27ba color hex is 0.00, 0.79, 0.02, 0.26. Web safe color of #bd27ba is #cc33cc. Color #bd27ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 10111010
Octal 275 47 272
Decimal 189 39 186
Hex BD 27 BA

RGB Percentages of Color #bd27ba

%45.65
%9.42
%44.93

CMYK Percentages of Color #bd27ba

%0
%79
%2
%26

Triadic Colors of #bd27ba

#bd27ba #babd27 #27babd

Analogous Colors of #bd27ba

#bd27ba #bd276f #7527bd

Monochromatic Colors of #bd27ba

#bd27ba

Complementary Color

#bd27ba #27bd2a

#bd27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27ba Color CSS Codes

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

#bd27ba Text Font Color

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

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


#bd27ba Background Color

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

This div background color is #bd27ba


#bd27ba Border Color

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

This div border color is #bd27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27ba


Comments

No comments written yet.

Please login to write comment.