Color Hex Logo

#b864cc Color Hex

#B864CC
(184,100,204)
0 Favorites   0 Comments

Color spaces of #b864cc

RGB 184100204
HSL0.800.500.60
HSV288°51°80°
CMYK 0.100.510.00   0.20
XYZ35.223423.664359.8379
Yxy23.66430.29670.1993
Hunter Lab48.646044.1172-38.8786
CIE-Lab55.750149.8755-40.1136

#b864cc color RGB value is (184,100,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 11001100
Octal 270 144 314
Decimal 184 100 204
Hex B8 64 CC

RGB Percentages of Color #b864cc

%37.70
%20.49
%41.80

CMYK Percentages of Color #b864cc

%10
%51
%0
%20

Triadic Colors of #b864cc

#b864cc #ccb864 #64ccb8

Analogous Colors of #b864cc

#b864cc #cc64ac #8464cc

Monochromatic Colors of #b864cc

#b864cc

Complementary Color

#b864cc #78cc64

#b864cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864cc Color CSS Codes

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

#b864cc Text Font Color

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

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


#b864cc Background Color

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

This div background color is #b864cc


#b864cc Border Color

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

This div border color is #b864cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864cc


Comments

No comments written yet.

Please login to write comment.