Color Hex Logo

#b763dc Color Hex

#B763DC
(183,99,220)
0 Favorites   0 Comments

Color spaces of #b763dc

RGB 18399220
HSL0.780.630.63
HSV282°55°86°
CMYK 0.170.550.00   0.14
XYZ36.908524.158370.4279
Yxy24.15830.28070.1837
Hunter Lab49.151148.0247-50.5500
CIE-Lab56.245953.3765-48.4030

#b763dc color RGB value is (183,99,220).

#b763dc hex color red value is 183, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b763dc hue: 0.78 , saturation: 0.63 and the lightness value of b763dc is 0.63.

The process color (four color CMYK) of #b763dc color hex is 0.17, 0.55, 0.00, 0.14. Web safe color of #b763dc is #cc66cc. Color #b763dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11011100
Octal 267 143 334
Decimal 183 99 220
Hex B7 63 DC

RGB Percentages of Color #b763dc

%36.45
%19.72
%43.82

CMYK Percentages of Color #b763dc

%17
%55
%0
%14

Triadic Colors of #b763dc

#b763dc #dcb763 #63dcb7

Analogous Colors of #b763dc

#b763dc #dc63c5 #7b63dc

Monochromatic Colors of #b763dc

#b763dc

Complementary Color

#b763dc #88dc63

#b763dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763dc Color CSS Codes

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

#b763dc Text Font Color

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

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


#b763dc Background Color

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

This div background color is #b763dc


#b763dc Border Color

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

This div border color is #b763dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763dc


Comments

No comments written yet.

Please login to write comment.