Color Hex Logo

#be22ab Color Hex

#BE22AB
(190,34,171)
0 Favorites   0 Comments

Color spaces of #be22ab

RGB 19034171
HSL0.850.700.44
HSV307°82°75°
CMYK 0.000.820.10   0.25
XYZ29.157915.031539.8926
Yxy15.03150.34680.1788
Hunter Lab38.770566.3952-33.8667
CIE-Lab45.677371.3664-36.7712

#be22ab color RGB value is (190,34,171).

#be22ab hex color red value is 190, green value is 34 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be22ab hue: 0.85 , saturation: 0.70 and the lightness value of be22ab is 0.44.

The process color (four color CMYK) of #be22ab color hex is 0.00, 0.82, 0.10, 0.25. Web safe color of #be22ab is #cc3399. Color #be22ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100010 10101011
Octal 276 42 253
Decimal 190 34 171
Hex BE 22 AB

RGB Percentages of Color #be22ab

%48.10
%8.61
%43.29

CMYK Percentages of Color #be22ab

%0
%82
%10
%25

Triadic Colors of #be22ab

#be22ab #abbe22 #22abbe

Analogous Colors of #be22ab

#be22ab #be225d #8322be

Monochromatic Colors of #be22ab

#be22ab

Complementary Color

#be22ab #22be35

#be22ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be22ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be22ab Color CSS Codes

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

#be22ab Text Font Color

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

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


#be22ab Background Color

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

This div background color is #be22ab


#be22ab Border Color

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

This div border color is #be22ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,34,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be22ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be22ab;
  -webkit-box-shadow: 1px 1px 3px 2px #be22ab;
  box-shadow:         1px 1px 3px 2px #be22ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,34,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be22ab


Comments

No comments written yet.

Please login to write comment.