Color Hex Logo

#b68dff Color Hex

#B68DFF
(182,141,255)
1 Favorites   0 Comments

Color spaces of #b68dff

RGB 182141255
HSL0.731.000.78
HSV262°45°100°
CMYK 0.290.450.00   0.00
XYZ46.866336.214899.1278
Yxy36.21480.25720.1988
Hunter Lab60.178733.7004-55.5387
CIE-Lab66.683738.6171-51.2811

#b68dff color RGB value is (182,141,255).

#b68dff hex color red value is 182, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b68dff hue: 0.73 , saturation: 1.00 and the lightness value of b68dff is 0.78.

The process color (four color CMYK) of #b68dff color hex is 0.29, 0.45, 0.00, 0.00. Web safe color of #b68dff is #cc99ff. Color #b68dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 11111111
Octal 266 215 377
Decimal 182 141 255
Hex B6 8D FF

RGB Percentages of Color #b68dff

%31.49
%24.39
%44.12

CMYK Percentages of Color #b68dff

%29
%45
%0
%0

Triadic Colors of #b68dff

#b68dff #ffb68d #8dffb6

Analogous Colors of #b68dff

#b68dff #ef8dff #8d9dff

Monochromatic Colors of #b68dff

#b68dff

Complementary Color

#b68dff #d6ff8d

#b68dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68dff Color CSS Codes

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

#b68dff Text Font Color

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

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


#b68dff Background Color

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

This div background color is #b68dff


#b68dff Border Color

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

This div border color is #b68dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68dff

Related Colors


Comments

No comments written yet.

Please login to write comment.