Color Hex Logo

#b385ef Color Hex

#B385EF
(179,133,239)
0 Favorites   0 Comments

Color spaces of #b385ef

RGB 179133239
HSL0.740.770.73
HSV266°44°94°
CMYK 0.250.440.00   0.06
XYZ42.557932.590885.7090
Yxy32.59080.26460.2026
Hunter Lab57.088433.1625-49.0526
CIE-Lab63.828238.4298-47.0305

#b385ef color RGB value is (179,133,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 11101111
Octal 263 205 357
Decimal 179 133 239
Hex B3 85 EF

RGB Percentages of Color #b385ef

%32.49
%24.14
%43.38

CMYK Percentages of Color #b385ef

%25
%44
%0
%6

Triadic Colors of #b385ef

#b385ef #efb385 #85efb3

Analogous Colors of #b385ef

#b385ef #e885ef #858cef

Monochromatic Colors of #b385ef

#b385ef

Complementary Color

#b385ef #c1ef85

#b385ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b385ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b385ef Color CSS Codes

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

#b385ef Text Font Color

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

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


#b385ef Background Color

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

This div background color is #b385ef


#b385ef Border Color

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

This div border color is #b385ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,133,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b385ef


Comments

No comments written yet.

Please login to write comment.