Color Hex Logo

#b763ca Color Hex

#B763CA
(183,99,202)
0 Favorites   0 Comments

Color spaces of #b763ca

RGB 18399202
HSL0.800.490.59
HSV289°51°79°
CMYK 0.090.510.00   0.21
XYZ34.650923.255258.5395
Yxy23.25520.29760.1997
Hunter Lab48.223643.8691-38.2166
CIE-Lab55.334249.7116-39.6371

#b763ca color RGB value is (183,99,202).

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

The process color (four color CMYK) of #b763ca color hex is 0.09, 0.51, 0.00, 0.21. Web safe color of #b763ca is #cc66cc. Color #b763ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11001010
Octal 267 143 312
Decimal 183 99 202
Hex B7 63 CA

RGB Percentages of Color #b763ca

%37.81
%20.45
%41.74

CMYK Percentages of Color #b763ca

%9
%51
%0
%21

Triadic Colors of #b763ca

#b763ca #cab763 #63cab7

Analogous Colors of #b763ca

#b763ca #ca63aa #8463ca

Monochromatic Colors of #b763ca

#b763ca

Complementary Color

#b763ca #76ca63

#b763ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763ca Color CSS Codes

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

#b763ca Text Font Color

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

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


#b763ca Background Color

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

This div background color is #b763ca


#b763ca Border Color

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

This div border color is #b763ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763ca


Comments

No comments written yet.

Please login to write comment.