Color Hex Logo

#b763cb Color Hex

#B763CB
(183,99,203)
0 Favorites   0 Comments

Color spaces of #b763cb

RGB 18399203
HSL0.800.500.59
HSV288°51°80°
CMYK 0.100.510.00   0.20
XYZ34.769823.302859.1652
Yxy23.30280.29660.1988
Hunter Lab48.273044.0913-38.8770
CIE-Lab55.382949.9101-40.1306

#b763cb color RGB value is (183,99,203).

#b763cb hex color red value is 183, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b763cb hue: 0.80 , saturation: 0.50 and the lightness value of b763cb is 0.59.

The process color (four color CMYK) of #b763cb color hex is 0.10, 0.51, 0.00, 0.20. Web safe color of #b763cb is #cc66cc. Color #b763cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11001011
Octal 267 143 313
Decimal 183 99 203
Hex B7 63 CB

RGB Percentages of Color #b763cb

%37.73
%20.41
%41.86

CMYK Percentages of Color #b763cb

%10
%51
%0
%20

Triadic Colors of #b763cb

#b763cb #cbb763 #63cbb7

Analogous Colors of #b763cb

#b763cb #cb63ab #8363cb

Monochromatic Colors of #b763cb

#b763cb

Complementary Color

#b763cb #77cb63

#b763cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763cb Color CSS Codes

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

#b763cb Text Font Color

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

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


#b763cb Background Color

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

This div background color is #b763cb


#b763cb Border Color

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

This div border color is #b763cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763cb


Comments

No comments written yet.

Please login to write comment.