Color Hex Logo

#b026ae Color Hex

#B026AE
(176,38,174)
0 Favorites   0 Comments

Color spaces of #b026ae

RGB 17638174
HSL0.840.640.42
HSV301°78°69°
CMYK 0.000.780.01   0.31
XYZ26.237613.672341.3005
Yxy13.67230.32310.1684
Hunter Lab36.976161.9525-40.3408
CIE-Lab43.759367.9776-41.7423

#b026ae color RGB value is (176,38,174).

#b026ae hex color red value is 176, green value is 38 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b026ae hue: 0.84 , saturation: 0.64 and the lightness value of b026ae is 0.42.

The process color (four color CMYK) of #b026ae color hex is 0.00, 0.78, 0.01, 0.31. Web safe color of #b026ae is #993399. Color #b026ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100110 10101110
Octal 260 46 256
Decimal 176 38 174
Hex B0 26 AE

RGB Percentages of Color #b026ae

%45.36
%9.79
%44.85

CMYK Percentages of Color #b026ae

%0
%78
%1
%31

Triadic Colors of #b026ae

#b026ae #aeb026 #26aeb0

Analogous Colors of #b026ae

#b026ae #b02669 #6d26b0

Monochromatic Colors of #b026ae

#b026ae

Complementary Color

#b026ae #26b028

#b026ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b026ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b026ae Color CSS Codes

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

#b026ae Text Font Color

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

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


#b026ae Background Color

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

This div background color is #b026ae


#b026ae Border Color

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

This div border color is #b026ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,38,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b026ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b026ae;
  -webkit-box-shadow: 1px 1px 3px 2px #b026ae;
  box-shadow:         1px 1px 3px 2px #b026ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,38,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b026ae


Comments

No comments written yet.

Please login to write comment.