Color Hex Logo

#b685de Color Hex

#B685DE
(182,133,222)
0 Favorites   0 Comments

Color spaces of #b685de

RGB 182133222
HSL0.760.570.70
HSV273°40°87°
CMYK 0.180.400.00   0.13
XYZ40.863731.994173.1290
Yxy31.99410.27990.2192
Hunter Lab56.563329.9700-37.0599
CIE-Lab63.338035.3979-38.3589

#b685de color RGB value is (182,133,222).

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

The process color (four color CMYK) of #b685de color hex is 0.18, 0.40, 0.00, 0.13. Web safe color of #b685de is #cc99cc. Color #b685de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 11011110
Octal 266 205 336
Decimal 182 133 222
Hex B6 85 DE

RGB Percentages of Color #b685de

%33.89
%24.77
%41.34

CMYK Percentages of Color #b685de

%18
%40
%0
%13

Triadic Colors of #b685de

#b685de #deb685 #85deb6

Analogous Colors of #b685de

#b685de #de85da #8a85de

Monochromatic Colors of #b685de

#b685de

Complementary Color

#b685de #adde85

#b685de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685de Color CSS Codes

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

#b685de Text Font Color

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

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


#b685de Background Color

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

This div background color is #b685de


#b685de Border Color

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

This div border color is #b685de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685de


Comments

No comments written yet.

Please login to write comment.