Color Hex Logo

#b863ee Color Hex

#B863EE
(184,99,238)
0 Favorites   0 Comments

Color spaces of #b863ee

RGB 18499238
HSL0.770.800.66
HSV277°58°93°
CMYK 0.230.580.00   0.07
XYZ39.661625.287183.6794
Yxy25.28710.26690.1701
Hunter Lab50.286352.7848-63.4617
CIE-Lab57.354157.4533-56.7235

#b863ee color RGB value is (184,99,238).

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

The process color (four color CMYK) of #b863ee color hex is 0.23, 0.58, 0.00, 0.07. Web safe color of #b863ee is #cc66ff. Color #b863ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 11101110
Octal 270 143 356
Decimal 184 99 238
Hex B8 63 EE

RGB Percentages of Color #b863ee

%35.32
%19.00
%45.68

CMYK Percentages of Color #b863ee

%23
%58
%0
%7

Triadic Colors of #b863ee

#b863ee #eeb863 #63eeb8

Analogous Colors of #b863ee

#b863ee #ee63df #7363ee

Monochromatic Colors of #b863ee

#b863ee

Complementary Color

#b863ee #99ee63

#b863ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b863ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b863ee Color CSS Codes

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

#b863ee Text Font Color

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

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


#b863ee Background Color

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

This div background color is #b863ee


#b863ee Border Color

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

This div border color is #b863ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b863ee


Comments

No comments written yet.

Please login to write comment.