Color Hex Logo

#b300cb Color Hex

#B300CB
(179,0,203)
0 Favorites   0 Comments

Color spaces of #b300cb

RGB 1790203
HSL0.811.000.40
HSV293°100°80°
CMYK 0.121.000.00   0.20
XYZ29.369913.895557.6340
Yxy13.89550.29110.1377
Hunter Lab37.276775.4041-65.5755
CIE-Lab44.082779.0550-58.1934

#b300cb color RGB value is (179,0,203).

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

The process color (four color CMYK) of #b300cb color hex is 0.12, 1.00, 0.00, 0.20. Web safe color of #b300cb is #cc00cc. Color #b300cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 11001011
Octal 263 0 313
Decimal 179 0 203
Hex B3 0 CB

RGB Percentages of Color #b300cb

%46.86
%0.00
%53.14

CMYK Percentages of Color #b300cb

%12
%100
%0
%20

Triadic Colors of #b300cb

#b300cb #cbb300 #00cbb3

Analogous Colors of #b300cb

#b300cb #cb007e #4e00cb

Monochromatic Colors of #b300cb

#b300cb

Complementary Color

#b300cb #18cb00

#b300cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b300cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b300cb Color CSS Codes

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

#b300cb Text Font Color

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

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


#b300cb Background Color

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

This div background color is #b300cb


#b300cb Border Color

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

This div border color is #b300cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b300cb


Comments

No comments written yet.

Please login to write comment.