Color Hex Logo

#b27ee7 Color Hex

#B27EE7
(178,126,231)
0 Favorites   0 Comments

Color spaces of #b27ee7

RGB 178126231
HSL0.750.690.70
HSV270°45°91°
CMYK 0.230.450.00   0.09
XYZ40.244830.156279.3009
Yxy30.15620.26880.2014
Hunter Lab54.914734.7150-47.1790
CIE-Lab61.788840.1608-45.8249

#b27ee7 color RGB value is (178,126,231).

#b27ee7 hex color red value is 178, green value is 126 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #b27ee7 hue: 0.75 , saturation: 0.69 and the lightness value of b27ee7 is 0.70.

The process color (four color CMYK) of #b27ee7 color hex is 0.23, 0.45, 0.00, 0.09. Web safe color of #b27ee7 is #9966ff. Color #b27ee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11100111
Octal 262 176 347
Decimal 178 126 231
Hex B2 7E E7

RGB Percentages of Color #b27ee7

%33.27
%23.55
%43.18

CMYK Percentages of Color #b27ee7

%23
%45
%0
%9

Triadic Colors of #b27ee7

#b27ee7 #e7b27e #7ee7b2

Analogous Colors of #b27ee7

#b27ee7 #e77ee7 #7e7fe7

Monochromatic Colors of #b27ee7

#b27ee7

Complementary Color

#b27ee7 #b3e77e

#b27ee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ee7 Color CSS Codes

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

#b27ee7 Text Font Color

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

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


#b27ee7 Background Color

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

This div background color is #b27ee7


#b27ee7 Border Color

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

This div border color is #b27ee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ee7


Comments

No comments written yet.

Please login to write comment.