Color Hex Logo

#b00fbc Color Hex

#B00FBC
(176,15,188)
0 Favorites   0 Comments

Color spaces of #b00fbc

RGB 17615188
HSL0.820.850.40
HSV296°92°74°
CMYK 0.060.920.00   0.26
XYZ27.152413.202648.6942
Yxy13.20260.30490.1483
Hunter Lab36.335469.8011-54.0216
CIE-Lab43.066974.7023-51.1056

#b00fbc color RGB value is (176,15,188).

#b00fbc hex color red value is 176, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b00fbc hue: 0.82 , saturation: 0.85 and the lightness value of b00fbc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 10111100
Octal 260 17 274
Decimal 176 15 188
Hex B0 F BC

RGB Percentages of Color #b00fbc

%46.44
%3.96
%49.60

CMYK Percentages of Color #b00fbc

%6
%92
%0
%26

Triadic Colors of #b00fbc

#b00fbc #bcb00f #0fbcb0

Analogous Colors of #b00fbc

#b00fbc #bc0f72 #5a0fbc

Monochromatic Colors of #b00fbc

#b00fbc

Complementary Color

#b00fbc #1bbc0f

#b00fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fbc Color CSS Codes

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

#b00fbc Text Font Color

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

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


#b00fbc Background Color

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

This div background color is #b00fbc


#b00fbc Border Color

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

This div border color is #b00fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,15,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b00fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b00fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #b00fbc;
  box-shadow:         1px 1px 3px 2px #b00fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,15,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fbc


Comments

No comments written yet.

Please login to write comment.