Color Hex Logo

#b68bcf Color Hex

#B68BCF
(182,139,207)
0 Favorites   0 Comments

Color spaces of #b68bcf

RGB 182139207
HSL0.770.410.68
HSV278°33°81°
CMYK 0.120.330.00   0.19
XYZ39.786532.915363.2878
Yxy32.91530.29260.2420
Hunter Lab57.371923.3863-25.2434
CIE-Lab64.092328.8013-28.8202

#b68bcf color RGB value is (182,139,207).

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

The process color (four color CMYK) of #b68bcf color hex is 0.12, 0.33, 0.00, 0.19. Web safe color of #b68bcf is #cc99cc. Color #b68bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001011 11001111
Octal 266 213 317
Decimal 182 139 207
Hex B6 8B CF

RGB Percentages of Color #b68bcf

%34.47
%26.33
%39.20

CMYK Percentages of Color #b68bcf

%12
%33
%0
%19

Triadic Colors of #b68bcf

#b68bcf #cfb68b #8bcfb6

Analogous Colors of #b68bcf

#b68bcf #cf8bc6 #948bcf

Monochromatic Colors of #b68bcf

#b68bcf

Complementary Color

#b68bcf #a4cf8b

#b68bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68bcf Color CSS Codes

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

#b68bcf Text Font Color

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

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


#b68bcf Background Color

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

This div background color is #b68bcf


#b68bcf Border Color

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

This div border color is #b68bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68bcf


Comments

No comments written yet.

Please login to write comment.