Color Hex Logo

#b207bd Color Hex

#B207BD
(178,7,189)
0 Favorites   0 Comments

Color spaces of #b207bd

RGB 1787189
HSL0.820.930.38
HSV296°96°74°
CMYK 0.060.960.00   0.26
XYZ27.621413.291149.2537
Yxy13.29110.30630.1474
Hunter Lab36.457071.4398-54.5815
CIE-Lab43.198676.0199-51.4621

#b207bd color RGB value is (178,7,189).

#b207bd hex color red value is 178, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b207bd hue: 0.82 , saturation: 0.93 and the lightness value of b207bd is 0.38.

The process color (four color CMYK) of #b207bd color hex is 0.06, 0.96, 0.00, 0.26. Web safe color of #b207bd is #9900cc. Color #b207bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000111 10111101
Octal 262 7 275
Decimal 178 7 189
Hex B2 7 BD

RGB Percentages of Color #b207bd

%47.59
%1.87
%50.53

CMYK Percentages of Color #b207bd

%6
%96
%0
%26

Triadic Colors of #b207bd

#b207bd #bdb207 #07bdb2

Analogous Colors of #b207bd

#b207bd #bd076d #5707bd

Monochromatic Colors of #b207bd

#b207bd

Complementary Color

#b207bd #12bd07

#b207bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b207bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b207bd Color CSS Codes

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

#b207bd Text Font Color

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

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


#b207bd Background Color

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

This div background color is #b207bd


#b207bd Border Color

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

This div border color is #b207bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,7,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 #b207bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b207bd


Comments

No comments written yet.

Please login to write comment.