Color Hex Logo

#b000ca Color Hex

#B000CA
(176,0,202)
0 Favorites   0 Comments

Color spaces of #b000ca

RGB 1760202
HSL0.811.000.40
HSV292°100°79°
CMYK 0.131.000.00   0.21
XYZ28.565213.494456.9762
Yxy13.49440.28840.1363
Hunter Lab36.734774.5172-66.2455
CIE-Lab43.498978.4554-58.5820

#b000ca color RGB value is (176,0,202).

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

The process color (four color CMYK) of #b000ca color hex is 0.13, 1.00, 0.00, 0.21. Web safe color of #b000ca is #9900cc. Color #b000ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 11001010
Octal 260 0 312
Decimal 176 0 202
Hex B0 0 CA

RGB Percentages of Color #b000ca

%46.56
%0.00
%53.44

CMYK Percentages of Color #b000ca

%13
%100
%0
%21

Triadic Colors of #b000ca

#b000ca #cab000 #00cab0

Analogous Colors of #b000ca

#b000ca #ca007f #4b00ca

Monochromatic Colors of #b000ca

#b000ca

Complementary Color

#b000ca #1aca00

#b000ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000ca Color CSS Codes

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

#b000ca Text Font Color

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

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


#b000ca Background Color

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

This div background color is #b000ca


#b000ca Border Color

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

This div border color is #b000ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000ca


Comments

No comments written yet.

Please login to write comment.