Color Hex Logo

#b857ee Color Hex

#B857EE
(184,87,238)
0 Favorites   0 Comments

Color spaces of #b857ee

RGB 18487238
HSL0.770.820.64
HSV279°63°93°
CMYK 0.230.630.00   0.07
XYZ38.608023.179883.3282
Yxy23.17980.26600.1597
Hunter Lab48.145458.8854-68.9151
CIE-Lab55.257163.1540-60.0824

#b857ee color RGB value is (184,87,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 11101110
Octal 270 127 356
Decimal 184 87 238
Hex B8 57 EE

RGB Percentages of Color #b857ee

%36.15
%17.09
%46.76

CMYK Percentages of Color #b857ee

%23
%63
%0
%7

Triadic Colors of #b857ee

#b857ee #eeb857 #57eeb8

Analogous Colors of #b857ee

#b857ee #ee57d9 #6d57ee

Monochromatic Colors of #b857ee

#b857ee

Complementary Color

#b857ee #8dee57

#b857ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857ee Color CSS Codes

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

#b857ee Text Font Color

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

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


#b857ee Background Color

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

This div background color is #b857ee


#b857ee Border Color

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

This div border color is #b857ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857ee


Comments

No comments written yet.

Please login to write comment.