Color Hex Logo

#b14aed Color Hex

#B14AED
(177,74,237)
0 Favorites   0 Comments

Color spaces of #b14aed

RGB 17774237
HSL0.770.820.61
HSV278°69°93°
CMYK 0.250.690.00   0.07
XYZ35.866320.359182.1601
Yxy20.35910.25920.1471
Hunter Lab45.121162.9261-76.3753
CIE-Lab52.240867.1736-64.4240

#b14aed color RGB value is (177,74,237).

#b14aed hex color red value is 177, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b14aed hue: 0.77 , saturation: 0.82 and the lightness value of b14aed is 0.61.

The process color (four color CMYK) of #b14aed color hex is 0.25, 0.69, 0.00, 0.07. Web safe color of #b14aed is #9933ff. Color #b14aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 11101101
Octal 261 112 355
Decimal 177 74 237
Hex B1 4A ED

RGB Percentages of Color #b14aed

%36.27
%15.16
%48.57

CMYK Percentages of Color #b14aed

%25
%69
%0
%7

Triadic Colors of #b14aed

#b14aed #edb14a #4aedb1

Analogous Colors of #b14aed

#b14aed #ed4ad8 #604aed

Monochromatic Colors of #b14aed

#b14aed

Complementary Color

#b14aed #86ed4a

#b14aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14aed Color CSS Codes

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

#b14aed Text Font Color

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

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


#b14aed Background Color

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

This div background color is #b14aed


#b14aed Border Color

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

This div border color is #b14aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,74,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b14aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b14aed;
  -webkit-box-shadow: 1px 1px 3px 2px #b14aed;
  box-shadow:         1px 1px 3px 2px #b14aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14aed

#b14aed Color Palettes


Comments

No comments written yet.

Please login to write comment.