Color Hex Logo

#bd27ac Color Hex

#BD27AC
(189,39,172)
0 Favorites   0 Comments

Color spaces of #bd27ac

RGB 18939172
HSL0.850.660.45
HSV307°79°74°
CMYK 0.000.790.09   0.26
XYZ29.158215.248440.4362
Yxy15.24840.34370.1797
Hunter Lab39.049264.9506-34.0615
CIE-Lab45.972670.0949-36.9092

#bd27ac color RGB value is (189,39,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 10101100
Octal 275 47 254
Decimal 189 39 172
Hex BD 27 AC

RGB Percentages of Color #bd27ac

%47.25
%9.75
%43.00

CMYK Percentages of Color #bd27ac

%0
%79
%9
%26

Triadic Colors of #bd27ac

#bd27ac #acbd27 #27acbd

Analogous Colors of #bd27ac

#bd27ac #bd2761 #8327bd

Monochromatic Colors of #bd27ac

#bd27ac

Complementary Color

#bd27ac #27bd38

#bd27ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27ac Color CSS Codes

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

#bd27ac Text Font Color

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

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


#bd27ac Background Color

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

This div background color is #bd27ac


#bd27ac Border Color

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

This div border color is #bd27ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27ac


Comments

No comments written yet.

Please login to write comment.