Color Hex Logo

#b68fcb Color Hex

#B68FCB
(182,143,203)
0 Favorites   0 Comments

Color spaces of #b68fcb

RGB 182143203
HSL0.780.370.68
HSV279°30°80°
CMYK 0.100.300.00   0.20
XYZ39.893433.901860.9410
Yxy33.90180.29610.2516
Hunter Lab58.225320.4062-21.2977
CIE-Lab64.884625.7209-25.3651

#b68fcb color RGB value is (182,143,203).

#b68fcb hex color red value is 182, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b68fcb hue: 0.78 , saturation: 0.37 and the lightness value of b68fcb is 0.68.

The process color (four color CMYK) of #b68fcb color hex is 0.10, 0.30, 0.00, 0.20. Web safe color of #b68fcb is #cc99cc. Color #b68fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 11001011
Octal 266 217 313
Decimal 182 143 203
Hex B6 8F CB

RGB Percentages of Color #b68fcb

%34.47
%27.08
%38.45

CMYK Percentages of Color #b68fcb

%10
%30
%0
%20

Triadic Colors of #b68fcb

#b68fcb #cbb68f #8fcbb6

Analogous Colors of #b68fcb

#b68fcb #cb8fc2 #988fcb

Monochromatic Colors of #b68fcb

#b68fcb

Complementary Color

#b68fcb #a4cb8f

#b68fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68fcb Color CSS Codes

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

#b68fcb Text Font Color

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

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


#b68fcb Background Color

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

This div background color is #b68fcb


#b68fcb Border Color

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

This div border color is #b68fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68fcb


Comments

No comments written yet.

Please login to write comment.