Color Hex Logo

#b27aec Color Hex

#B27AEC
(178,122,236)
0 Favorites   0 Comments

Color spaces of #b27aec

RGB 178122236
HSL0.750.750.70
HSV269°48°93°
CMYK 0.250.480.00   0.07
XYZ40.460029.440282.9069
Yxy29.44020.26480.1927
Hunter Lab54.258838.1519-52.6133
CIE-Lab61.168243.5038-49.5820

#b27aec color RGB value is (178,122,236).

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

The process color (four color CMYK) of #b27aec color hex is 0.25, 0.48, 0.00, 0.07. Web safe color of #b27aec is #9966ff. Color #b27aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111010 11101100
Octal 262 172 354
Decimal 178 122 236
Hex B2 7A EC

RGB Percentages of Color #b27aec

%33.21
%22.76
%44.03

CMYK Percentages of Color #b27aec

%25
%48
%0
%7

Triadic Colors of #b27aec

#b27aec #ecb27a #7aecb2

Analogous Colors of #b27aec

#b27aec #eb7aec #7a7bec

Monochromatic Colors of #b27aec

#b27aec

Complementary Color

#b27aec #b4ec7a

#b27aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27aec Color CSS Codes

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

#b27aec Text Font Color

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

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


#b27aec Background Color

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

This div background color is #b27aec


#b27aec Border Color

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

This div border color is #b27aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27aec


Comments

No comments written yet.

Please login to write comment.