Color Hex Logo

#b865ce Color Hex

#B865CE
(184,101,206)
0 Favorites   0 Comments

Color spaces of #b865ce

RGB 184101206
HSL0.800.520.60
HSV287°51°81°
CMYK 0.110.510.00   0.19
XYZ35.561423.953961.1418
Yxy23.95390.29470.1985
Hunter Lab48.942744.0469-39.8083
CIE-Lab56.041649.7641-40.7924

#b865ce color RGB value is (184,101,206).

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

The process color (four color CMYK) of #b865ce color hex is 0.11, 0.51, 0.00, 0.19. Web safe color of #b865ce is #cc66cc. Color #b865ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 11001110
Octal 270 145 316
Decimal 184 101 206
Hex B8 65 CE

RGB Percentages of Color #b865ce

%37.47
%20.57
%41.96

CMYK Percentages of Color #b865ce

%11
%51
%0
%19

Triadic Colors of #b865ce

#b865ce #ceb865 #65ceb8

Analogous Colors of #b865ce

#b865ce #ce65b0 #8465ce

Monochromatic Colors of #b865ce

#b865ce

Complementary Color

#b865ce #7bce65

#b865ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865ce Color CSS Codes

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

#b865ce Text Font Color

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

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


#b865ce Background Color

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

This div background color is #b865ce


#b865ce Border Color

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

This div border color is #b865ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,101,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865ce


Comments

No comments written yet.

Please login to write comment.