Color Hex Logo

#b00fce Color Hex

#B00FCE
(176,15,206)
0 Favorites   0 Comments

Color spaces of #b00fce

RGB 17615206
HSL0.810.860.43
HSV291°93°81°
CMYK 0.150.930.00   0.19
XYZ29.215914.028059.5603
Yxy14.02800.28420.1365
Hunter Lab37.454073.6941-68.0668
CIE-Lab44.273177.6426-59.6479

#b00fce color RGB value is (176,15,206).

#b00fce hex color red value is 176, green value is 15 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b00fce hue: 0.81 , saturation: 0.86 and the lightness value of b00fce is 0.43.

The process color (four color CMYK) of #b00fce color hex is 0.15, 0.93, 0.00, 0.19. Web safe color of #b00fce is #9900cc. Color #b00fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 11001110
Octal 260 17 316
Decimal 176 15 206
Hex B0 F CE

RGB Percentages of Color #b00fce

%44.33
%3.78
%51.89

CMYK Percentages of Color #b00fce

%15
%93
%0
%19

Triadic Colors of #b00fce

#b00fce #ceb00f #0fceb0

Analogous Colors of #b00fce

#b00fce #ce0f8d #510fce

Monochromatic Colors of #b00fce

#b00fce

Complementary Color

#b00fce #2dce0f

#b00fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fce Color CSS Codes

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

#b00fce Text Font Color

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

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


#b00fce Background Color

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

This div background color is #b00fce


#b00fce Border Color

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

This div border color is #b00fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fce


Comments

No comments written yet.

Please login to write comment.