Color Hex Logo

#b305cb Color Hex

#B305CB
(179,5,203)
0 Favorites   0 Comments

Color spaces of #b305cb

RGB 1795203
HSL0.810.950.41
HSV293°98°80°
CMYK 0.120.980.00   0.20
XYZ29.424214.004057.6521
Yxy14.00400.29110.1385
Hunter Lab37.421974.8631-65.1467
CIE-Lab44.238778.5909-57.9414

#b305cb color RGB value is (179,5,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000101 11001011
Octal 263 5 313
Decimal 179 5 203
Hex B3 5 CB

RGB Percentages of Color #b305cb

%46.25
%1.29
%52.45

CMYK Percentages of Color #b305cb

%12
%98
%0
%20

Triadic Colors of #b305cb

#b305cb #cbb305 #05cbb3

Analogous Colors of #b305cb

#b305cb #cb0580 #5005cb

Monochromatic Colors of #b305cb

#b305cb

Complementary Color

#b305cb #1dcb05

#b305cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b305cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b305cb Color CSS Codes

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

#b305cb Text Font Color

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

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


#b305cb Background Color

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

This div background color is #b305cb


#b305cb Border Color

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

This div border color is #b305cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b305cb


Comments

No comments written yet.

Please login to write comment.