Color Hex Logo

#b68cca Color Hex

#B68CCA
(182,140,202)
0 Favorites   0 Comments

Color spaces of #b68cca

RGB 182140202
HSL0.780.370.67
HSV281°31°79°
CMYK 0.100.310.00   0.21
XYZ39.330232.965560.1672
Yxy32.96550.29690.2489
Hunter Lab57.415621.7968-21.9405
CIE-Lab64.133027.1905-25.9604

#b68cca color RGB value is (182,140,202).

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

The process color (four color CMYK) of #b68cca color hex is 0.10, 0.31, 0.00, 0.21. Web safe color of #b68cca is #cc99cc. Color #b68cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001100 11001010
Octal 266 214 312
Decimal 182 140 202
Hex B6 8C CA

RGB Percentages of Color #b68cca

%34.73
%26.72
%38.55

CMYK Percentages of Color #b68cca

%10
%31
%0
%21

Triadic Colors of #b68cca

#b68cca #cab68c #8ccab6

Analogous Colors of #b68cca

#b68cca #ca8cbf #978cca

Monochromatic Colors of #b68cca

#b68cca

Complementary Color

#b68cca #a0ca8c

#b68cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68cca Color CSS Codes

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

#b68cca Text Font Color

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

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


#b68cca Background Color

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

This div background color is #b68cca


#b68cca Border Color

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

This div border color is #b68cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68cca


Comments

No comments written yet.

Please login to write comment.