Color Hex Logo

#b864ee Color Hex

#B864EE
(184,100,238)
0 Favorites   0 Comments

Color spaces of #b864ee

RGB 184100238
HSL0.770.800.66
HSV277°58°93°
CMYK 0.230.580.00   0.07
XYZ39.757025.477783.7112
Yxy25.47770.26690.1711
Hunter Lab50.475452.2636-62.9969
CIE-Lab57.537956.9603-56.4297

#b864ee color RGB value is (184,100,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 11101110
Octal 270 144 356
Decimal 184 100 238
Hex B8 64 EE

RGB Percentages of Color #b864ee

%35.25
%19.16
%45.59

CMYK Percentages of Color #b864ee

%23
%58
%0
%7

Triadic Colors of #b864ee

#b864ee #eeb864 #64eeb8

Analogous Colors of #b864ee

#b864ee #ee64df #7364ee

Monochromatic Colors of #b864ee

#b864ee

Complementary Color

#b864ee #9aee64

#b864ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864ee Color CSS Codes

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

#b864ee Text Font Color

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

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


#b864ee Background Color

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

This div background color is #b864ee


#b864ee Border Color

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

This div border color is #b864ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864ee


Comments

No comments written yet.

Please login to write comment.