Color Hex Logo

#b240ae Color Hex

#B240AE
(178,64,174)
0 Favorites   0 Comments

Color spaces of #b240ae

RGB 17864174
HSL0.840.470.47
HSV302°64°70°
CMYK 0.000.640.02   0.30
XYZ27.833516.187841.7020
Yxy16.18780.32470.1888
Hunter Lab40.234153.0748-33.2893
CIE-Lab47.219959.5322-36.2433

#b240ae color RGB value is (178,64,174).

#b240ae hex color red value is 178, green value is 64 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b240ae hue: 0.84 , saturation: 0.47 and the lightness value of b240ae is 0.47.

The process color (four color CMYK) of #b240ae color hex is 0.00, 0.64, 0.02, 0.30. Web safe color of #b240ae is #993399. Color #b240ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 10101110
Octal 262 100 256
Decimal 178 64 174
Hex B2 40 AE

RGB Percentages of Color #b240ae

%42.79
%15.38
%41.83

CMYK Percentages of Color #b240ae

%0
%64
%2
%30

Triadic Colors of #b240ae

#b240ae #aeb240 #40aeb2

Analogous Colors of #b240ae

#b240ae #b24075 #7d40b2

Monochromatic Colors of #b240ae

#b240ae

Complementary Color

#b240ae #40b244

#b240ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b240ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b240ae Color CSS Codes

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

#b240ae Text Font Color

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

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


#b240ae Background Color

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

This div background color is #b240ae


#b240ae Border Color

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

This div border color is #b240ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,64,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 #b240ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b240ae


Comments

No comments written yet.

Please login to write comment.