Color Hex Logo

#b68bfd Color Hex

#B68BFD
(182,139,253)
0 Favorites   0 Comments

Color spaces of #b68bfd

RGB 182139253
HSL0.730.970.77
HSV263°45°99°
CMYK 0.280.450.00   0.01
XYZ46.253635.502297.3433
Yxy35.50220.25830.1982
Hunter Lab59.583734.2943-55.1548
CIE-Lab66.137839.2412-51.0522

#b68bfd color RGB value is (182,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001011 11111101
Octal 266 213 375
Decimal 182 139 253
Hex B6 8B FD

RGB Percentages of Color #b68bfd

%31.71
%24.22
%44.08

CMYK Percentages of Color #b68bfd

%28
%45
%0
%1

Triadic Colors of #b68bfd

#b68bfd #fdb68b #8bfdb6

Analogous Colors of #b68bfd

#b68bfd #ef8bfd #8b99fd

Monochromatic Colors of #b68bfd

#b68bfd

Complementary Color

#b68bfd #d2fd8b

#b68bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68bfd Color CSS Codes

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

#b68bfd Text Font Color

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

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


#b68bfd Background Color

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

This div background color is #b68bfd


#b68bfd Border Color

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

This div border color is #b68bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68bfd


Comments

No comments written yet.

Please login to write comment.