Color Hex Logo

#b863cc Color Hex

#B863CC
(184,99,204)
0 Favorites   0 Comments

Color spaces of #b863cc

RGB 18499204
HSL0.800.510.59
HSV289°51°80°
CMYK 0.100.510.00   0.20
XYZ35.128123.473759.8062
Yxy23.47370.29670.1982
Hunter Lab48.449744.6333-39.2727
CIE-Lab55.557050.3838-40.4177

#b863cc color RGB value is (184,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 11001100
Octal 270 143 314
Decimal 184 99 204
Hex B8 63 CC

RGB Percentages of Color #b863cc

%37.78
%20.33
%41.89

CMYK Percentages of Color #b863cc

%10
%51
%0
%20

Triadic Colors of #b863cc

#b863cc #ccb863 #63ccb8

Analogous Colors of #b863cc

#b863cc #cc63ac #8463cc

Monochromatic Colors of #b863cc

#b863cc

Complementary Color

#b863cc #77cc63

#b863cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b863cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b863cc Color CSS Codes

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

#b863cc Text Font Color

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

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


#b863cc Background Color

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

This div background color is #b863cc


#b863cc Border Color

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

This div border color is #b863cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b863cc


Comments

No comments written yet.

Please login to write comment.