Color Hex Logo

#b900ce Color Hex

#B900CE
(185,0,206)
0 Favorites   0 Comments

Color spaces of #b900ce

RGB 1850206
HSL0.821.000.40
HSV294°100°81°
CMYK 0.101.000.00   0.19
XYZ31.148214.770559.6018
Yxy14.77050.29520.1400
Hunter Lab38.432477.4117-65.0455
CIE-Lab45.318280.4186-57.8838

#b900ce color RGB value is (185,0,206).

#b900ce hex color red value is 185, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b900ce hue: 0.82 , saturation: 1.00 and the lightness value of b900ce is 0.40.

The process color (four color CMYK) of #b900ce color hex is 0.10, 1.00, 0.00, 0.19. Web safe color of #b900ce is #cc00cc. Color #b900ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 11001110
Octal 271 0 316
Decimal 185 0 206
Hex B9 0 CE

RGB Percentages of Color #b900ce

%47.31
%0.00
%52.69

CMYK Percentages of Color #b900ce

%10
%100
%0
%19

Triadic Colors of #b900ce

#b900ce #ceb900 #00ceb9

Analogous Colors of #b900ce

#b900ce #ce007c #5200ce

Monochromatic Colors of #b900ce

#b900ce

Complementary Color

#b900ce #15ce00

#b900ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b900ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b900ce Color CSS Codes

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

#b900ce Text Font Color

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

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


#b900ce Background Color

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

This div background color is #b900ce


#b900ce Border Color

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

This div border color is #b900ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b900ce


Comments

No comments written yet.

Please login to write comment.