Color Hex Logo

#b68ffc Color Hex

#B68FFC
(182,143,252)
0 Favorites   0 Comments

Color spaces of #b68ffc

RGB 182143252
HSL0.730.950.77
HSV261°43°99°
CMYK 0.280.430.00   0.01
XYZ46.684636.618396.7030
Yxy36.61830.25940.2034
Hunter Lab60.513131.8113-52.3894
CIE-Lab66.989736.7872-49.1601

#b68ffc color RGB value is (182,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 11111100
Octal 266 217 374
Decimal 182 143 252
Hex B6 8F FC

RGB Percentages of Color #b68ffc

%31.54
%24.78
%43.67

CMYK Percentages of Color #b68ffc

%28
%43
%0
%1

Triadic Colors of #b68ffc

#b68ffc #fcb68f #8ffcb6

Analogous Colors of #b68ffc

#b68ffc #ed8ffc #8f9ffc

Monochromatic Colors of #b68ffc

#b68ffc

Complementary Color

#b68ffc #d5fc8f

#b68ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68ffc Color CSS Codes

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

#b68ffc Text Font Color

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

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


#b68ffc Background Color

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

This div background color is #b68ffc


#b68ffc Border Color

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

This div border color is #b68ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68ffc


Comments

No comments written yet.

Please login to write comment.