Color Hex Logo

#b700bf Color Hex

#B700BF
(183,0,191)
0 Favorites   0 Comments

Color spaces of #b700bf

RGB 1830191
HSL0.831.000.37
HSV297°100°75°
CMYK 0.041.000.00   0.25
XYZ28.932413.828950.4345
Yxy13.82890.31040.1484
Hunter Lab37.187273.7989-54.3799
CIE-Lab43.986577.7826-51.3208

#b700bf color RGB value is (183,0,191).

#b700bf hex color red value is 183, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b700bf hue: 0.83 , saturation: 1.00 and the lightness value of b700bf is 0.37.

The process color (four color CMYK) of #b700bf color hex is 0.04, 1.00, 0.00, 0.25. Web safe color of #b700bf is #cc00cc. Color #b700bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 10111111
Octal 267 0 277
Decimal 183 0 191
Hex B7 0 BF

RGB Percentages of Color #b700bf

%48.93
%0.00
%51.07

CMYK Percentages of Color #b700bf

%4
%100
%0
%25

Triadic Colors of #b700bf

#b700bf #bfb700 #00bfb7

Analogous Colors of #b700bf

#b700bf #bf0068 #5800bf

Monochromatic Colors of #b700bf

#b700bf

Complementary Color

#b700bf #08bf00

#b700bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b700bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b700bf Color CSS Codes

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

#b700bf Text Font Color

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

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


#b700bf Background Color

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

This div background color is #b700bf


#b700bf Border Color

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

This div border color is #b700bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,0,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b700bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b700bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b700bf;
  box-shadow:         1px 1px 3px 2px #b700bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,0,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b700bf


Comments

No comments written yet.

Please login to write comment.