Color Hex Logo

#b685ef Color Hex

#B685EF
(182,133,239)
0 Favorites   0 Comments

Color spaces of #b685ef

RGB 182133239
HSL0.740.770.73
HSV268°44°94°
CMYK 0.240.440.00   0.06
XYZ43.258932.952185.7418
Yxy32.95210.26710.2035
Hunter Lab57.403934.0586-48.3762
CIE-Lab64.122139.2518-46.5474

#b685ef color RGB value is (182,133,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 11101111
Octal 266 205 357
Decimal 182 133 239
Hex B6 85 EF

RGB Percentages of Color #b685ef

%32.85
%24.01
%43.14

CMYK Percentages of Color #b685ef

%24
%44
%0
%6

Triadic Colors of #b685ef

#b685ef #efb685 #85efb6

Analogous Colors of #b685ef

#b685ef #eb85ef #8589ef

Monochromatic Colors of #b685ef

#b685ef

Complementary Color

#b685ef #beef85

#b685ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685ef Color CSS Codes

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

#b685ef Text Font Color

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

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


#b685ef Background Color

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

This div background color is #b685ef


#b685ef Border Color

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

This div border color is #b685ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685ef


Comments

No comments written yet.

Please login to write comment.