Color Hex Logo

#b68ecd Color Hex

#B68ECD
(182,142,205)
0 Favorites   0 Comments

Color spaces of #b68ecd

RGB 182142205
HSL0.770.390.68
HSV278°31°80°
CMYK 0.110.310.00   0.20
XYZ39.983833.698962.1548
Yxy33.69890.29440.2481
Hunter Lab58.050821.3572-22.8461
CIE-Lab64.722926.7004-26.7310

#b68ecd color RGB value is (182,142,205).

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

The process color (four color CMYK) of #b68ecd color hex is 0.11, 0.31, 0.00, 0.20. Web safe color of #b68ecd is #cc99cc. Color #b68ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001110 11001101
Octal 266 216 315
Decimal 182 142 205
Hex B6 8E CD

RGB Percentages of Color #b68ecd

%34.40
%26.84
%38.75

CMYK Percentages of Color #b68ecd

%11
%31
%0
%20

Triadic Colors of #b68ecd

#b68ecd #cdb68e #8ecdb6

Analogous Colors of #b68ecd

#b68ecd #cd8ec5 #978ecd

Monochromatic Colors of #b68ecd

#b68ecd

Complementary Color

#b68ecd #a5cd8e

#b68ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68ecd Color CSS Codes

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

#b68ecd Text Font Color

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

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


#b68ecd Background Color

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

This div background color is #b68ecd


#b68ecd Border Color

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

This div border color is #b68ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68ecd


Comments

No comments written yet.

Please login to write comment.