Color Hex Logo

#b68ace Color Hex

#B68ACE
(182,138,206)
0 Favorites   0 Comments

Color spaces of #b68ace

RGB 182138206
HSL0.770.410.67
HSV279°33°81°
CMYK 0.120.330.00   0.19
XYZ39.520532.578362.5978
Yxy32.57830.29340.2419
Hunter Lab57.077423.7083-25.0702
CIE-Lab63.818029.1481-28.6843

#b68ace color RGB value is (182,138,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 11001110
Octal 266 212 316
Decimal 182 138 206
Hex B6 8A CE

RGB Percentages of Color #b68ace

%34.60
%26.24
%39.16

CMYK Percentages of Color #b68ace

%12
%33
%0
%19

Triadic Colors of #b68ace

#b68ace #ceb68a #8aceb6

Analogous Colors of #b68ace

#b68ace #ce8ac4 #948ace

Monochromatic Colors of #b68ace

#b68ace

Complementary Color

#b68ace #a2ce8a

#b68ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68ace Color CSS Codes

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

#b68ace Text Font Color

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

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


#b68ace Background Color

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

This div background color is #b68ace


#b68ace Border Color

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

This div border color is #b68ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68ace


Comments

No comments written yet.

Please login to write comment.