Color Hex Logo

#b685fd Color Hex

#B685FD
(182,133,253)
0 Favorites   0 Comments

Color spaces of #b685fd

RGB 182133253
HSL0.730.970.76
HSV265°47°99°
CMYK 0.280.470.00   0.01
XYZ45.408633.812097.0616
Yxy33.81200.25760.1918
Hunter Lab58.148137.6338-58.2640
CIE-Lab64.813142.5416-53.1502

#b685fd color RGB value is (182,133,253).

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

The process color (four color CMYK) of #b685fd color hex is 0.28, 0.47, 0.00, 0.01. Web safe color of #b685fd is #cc99ff. Color #b685fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 11111101
Octal 266 205 375
Decimal 182 133 253
Hex B6 85 FD

RGB Percentages of Color #b685fd

%32.04
%23.42
%44.54

CMYK Percentages of Color #b685fd

%28
%47
%0
%1

Triadic Colors of #b685fd

#b685fd #fdb685 #85fdb6

Analogous Colors of #b685fd

#b685fd #f285fd #8590fd

Monochromatic Colors of #b685fd

#b685fd

Complementary Color

#b685fd #ccfd85

#b685fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685fd Color CSS Codes

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

#b685fd Text Font Color

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

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


#b685fd Background Color

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

This div background color is #b685fd


#b685fd Border Color

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

This div border color is #b685fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685fd


Comments

No comments written yet.

Please login to write comment.