Color Hex Logo

#b27ecc Color Hex

#B27ECC
(178,126,204)
0 Favorites   0 Comments

Color spaces of #b27ecc

RGB 178126204
HSL0.780.430.65
HSV280°38°80°
CMYK 0.130.380.00   0.20
XYZ36.720028.746360.7400
Yxy28.74630.29100.2278
Hunter Lab53.615628.4230-29.6375
CIE-Lab60.557134.1719-32.6449

#b27ecc color RGB value is (178,126,204).

#b27ecc hex color red value is 178, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b27ecc hue: 0.78 , saturation: 0.43 and the lightness value of b27ecc is 0.65.

The process color (four color CMYK) of #b27ecc color hex is 0.13, 0.38, 0.00, 0.20. Web safe color of #b27ecc is #9966cc. Color #b27ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11001100
Octal 262 176 314
Decimal 178 126 204
Hex B2 7E CC

RGB Percentages of Color #b27ecc

%35.04
%24.80
%40.16

CMYK Percentages of Color #b27ecc

%13
%38
%0
%20

Triadic Colors of #b27ecc

#b27ecc #ccb27e #7eccb2

Analogous Colors of #b27ecc

#b27ecc #cc7ebf #8b7ecc

Monochromatic Colors of #b27ecc

#b27ecc

Complementary Color

#b27ecc #98cc7e

#b27ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ecc Color CSS Codes

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

#b27ecc Text Font Color

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

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


#b27ecc Background Color

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

This div background color is #b27ecc


#b27ecc Border Color

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

This div border color is #b27ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,126,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #b27ecc;
  box-shadow:         1px 1px 3px 2px #b27ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,126,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ecc


Comments

No comments written yet.

Please login to write comment.