Color Hex Logo

#b272bd Color Hex

#B272BD
(178,114,189)
0 Favorites   0 Comments

Color spaces of #b272bd

RGB 178114189
HSL0.810.360.59
HSV291°40°74°
CMYK 0.060.400.00   0.26
XYZ33.562725.173751.2342
Yxy25.17370.30520.2289
Hunter Lab50.173431.6013-25.4222
CIE-Lab57.244337.6998-29.2763

#b272bd color RGB value is (178,114,189).

#b272bd hex color red value is 178, green value is 114 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b272bd hue: 0.81 , saturation: 0.36 and the lightness value of b272bd is 0.59.

The process color (four color CMYK) of #b272bd color hex is 0.06, 0.40, 0.00, 0.26. Web safe color of #b272bd is #9966cc. Color #b272bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 10111101
Octal 262 162 275
Decimal 178 114 189
Hex B2 72 BD

RGB Percentages of Color #b272bd

%37.01
%23.70
%39.29

CMYK Percentages of Color #b272bd

%6
%40
%0
%26

Triadic Colors of #b272bd

#b272bd #bdb272 #72bdb2

Analogous Colors of #b272bd

#b272bd #bd72a3 #8d72bd

Monochromatic Colors of #b272bd

#b272bd

Complementary Color

#b272bd #7dbd72

#b272bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b272bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b272bd Color CSS Codes

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

#b272bd Text Font Color

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

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


#b272bd Background Color

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

This div background color is #b272bd


#b272bd Border Color

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

This div border color is #b272bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b272bd


Comments

No comments written yet.

Please login to write comment.