Color Hex Logo

#bd27b4 Color Hex

#BD27B4
(189,39,180)
0 Favorites   0 Comments

Color spaces of #bd27b4

RGB 18939180
HSL0.840.660.45
HSV304°79°74°
CMYK 0.000.790.05   0.26
XYZ29.950015.565144.6058
Yxy15.56510.33230.1727
Hunter Lab39.452666.4641-39.4174
CIE-Lab46.398771.2835-40.9551

#bd27b4 color RGB value is (189,39,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 10110100
Octal 275 47 264
Decimal 189 39 180
Hex BD 27 B4

RGB Percentages of Color #bd27b4

%46.32
%9.56
%44.12

CMYK Percentages of Color #bd27b4

%0
%79
%5
%26

Triadic Colors of #bd27b4

#bd27b4 #b4bd27 #27b4bd

Analogous Colors of #bd27b4

#bd27b4 #bd2769 #7b27bd

Monochromatic Colors of #bd27b4

#bd27b4

Complementary Color

#bd27b4 #27bd30

#bd27b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27b4 Color CSS Codes

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

#bd27b4 Text Font Color

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

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


#bd27b4 Background Color

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

This div background color is #bd27b4


#bd27b4 Border Color

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

This div border color is #bd27b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27b4


Comments

No comments written yet.

Please login to write comment.