Color Hex Logo

#b232ae Color Hex

#B232AE
(178,50,174)
0 Favorites   0 Comments

Color spaces of #b232ae

RGB 17850174
HSL0.840.560.45
HSV302°72°70°
CMYK 0.000.720.02   0.30
XYZ27.140714.802241.4710
Yxy14.80220.32540.1775
Hunter Lab38.473658.5916-36.9776
CIE-Lab45.362164.7621-39.1778

#b232ae color RGB value is (178,50,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110010 10101110
Octal 262 62 256
Decimal 178 50 174
Hex B2 32 AE

RGB Percentages of Color #b232ae

%44.28
%12.44
%43.28

CMYK Percentages of Color #b232ae

%0
%72
%2
%30

Triadic Colors of #b232ae

#b232ae #aeb232 #32aeb2

Analogous Colors of #b232ae

#b232ae #b2326e #7632b2

Monochromatic Colors of #b232ae

#b232ae

Complementary Color

#b232ae #32b236

#b232ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b232ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b232ae Color CSS Codes

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

#b232ae Text Font Color

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

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


#b232ae Background Color

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

This div background color is #b232ae


#b232ae Border Color

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

This div border color is #b232ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b232ae


Comments

No comments written yet.

Please login to write comment.