Color Hex Logo

#b763cc Color Hex

#B763CC
(183,99,204)
0 Favorites   0 Comments

Color spaces of #b763cc

RGB 18399204
HSL0.800.510.59
HSV288°51°80°
CMYK 0.100.510.00   0.20
XYZ34.889423.350659.7950
Yxy23.35060.29560.1978
Hunter Lab48.322544.3149-39.5407
CIE-Lab55.431650.1094-40.6235

#b763cc color RGB value is (183,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11001100
Octal 267 143 314
Decimal 183 99 204
Hex B7 63 CC

RGB Percentages of Color #b763cc

%37.65
%20.37
%41.98

CMYK Percentages of Color #b763cc

%10
%51
%0
%20

Triadic Colors of #b763cc

#b763cc #ccb763 #63ccb7

Analogous Colors of #b763cc

#b763cc #cc63ad #8363cc

Monochromatic Colors of #b763cc

#b763cc

Complementary Color

#b763cc #78cc63

#b763cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763cc Color CSS Codes

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

#b763cc Text Font Color

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

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


#b763cc Background Color

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

This div background color is #b763cc


#b763cc Border Color

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

This div border color is #b763cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,99,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763cc


Comments

No comments written yet.

Please login to write comment.