Color Hex Logo

#b865cc Color Hex

#B865CC
(184,101,204)
0 Favorites   0 Comments

Color spaces of #b865cc

RGB 184101204
HSL0.800.500.60
HSV288°50°80°
CMYK 0.100.500.00   0.20
XYZ35.319923.857359.8701
Yxy23.85730.29670.2004
Hunter Lab48.843943.5996-38.4835
CIE-Lab55.944649.3647-39.8076

#b865cc color RGB value is (184,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 11001100
Octal 270 145 314
Decimal 184 101 204
Hex B8 65 CC

RGB Percentages of Color #b865cc

%37.63
%20.65
%41.72

CMYK Percentages of Color #b865cc

%10
%50
%0
%20

Triadic Colors of #b865cc

#b865cc #ccb865 #65ccb8

Analogous Colors of #b865cc

#b865cc #cc65ad #8565cc

Monochromatic Colors of #b865cc

#b865cc

Complementary Color

#b865cc #79cc65

#b865cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865cc Color CSS Codes

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

#b865cc Text Font Color

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

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


#b865cc Background Color

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

This div background color is #b865cc


#b865cc Border Color

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

This div border color is #b865cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865cc


Comments

No comments written yet.

Please login to write comment.