Color Hex Logo

#b385ee Color Hex

#B385EE
(179,133,238)
0 Favorites   0 Comments

Color spaces of #b385ee

RGB 179133238
HSL0.740.760.73
HSV266°44°93°
CMYK 0.250.440.00   0.07
XYZ42.410632.531884.9329
Yxy32.53180.26530.2035
Hunter Lab57.036732.9126-48.3627
CIE-Lab63.780038.1957-46.5546

#b385ee color RGB value is (179,133,238).

#b385ee hex color red value is 179, green value is 133 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b385ee hue: 0.74 , saturation: 0.76 and the lightness value of b385ee is 0.73.

The process color (four color CMYK) of #b385ee color hex is 0.25, 0.44, 0.00, 0.07. Web safe color of #b385ee is #cc99ff. Color #b385ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 11101110
Octal 263 205 356
Decimal 179 133 238
Hex B3 85 EE

RGB Percentages of Color #b385ee

%32.55
%24.18
%43.27

CMYK Percentages of Color #b385ee

%25
%44
%0
%7

Triadic Colors of #b385ee

#b385ee #eeb385 #85eeb3

Analogous Colors of #b385ee

#b385ee #e885ee #858cee

Monochromatic Colors of #b385ee

#b385ee

Complementary Color

#b385ee #c0ee85

#b385ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b385ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b385ee Color CSS Codes

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

#b385ee Text Font Color

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

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


#b385ee Background Color

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

This div background color is #b385ee


#b385ee Border Color

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

This div border color is #b385ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b385ee


Comments

No comments written yet.

Please login to write comment.