Color Hex Logo

#be33ab Color Hex

#BE33AB
(190,51,171)
0 Favorites   0 Comments

Color spaces of #be33ab

RGB 19051171
HSL0.860.580.47
HSV308°73°75°
CMYK 0.000.730.10   0.25
XYZ29.769716.255140.0966
Yxy16.25510.34570.1887
Hunter Lab40.317661.2449-30.7427
CIE-Lab47.307466.6823-34.2042

#be33ab color RGB value is (190,51,171).

#be33ab hex color red value is 190, green value is 51 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be33ab hue: 0.86 , saturation: 0.58 and the lightness value of be33ab is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 10101011
Octal 276 63 253
Decimal 190 51 171
Hex BE 33 AB

RGB Percentages of Color #be33ab

%46.12
%12.38
%41.50

CMYK Percentages of Color #be33ab

%0
%73
%10
%25

Triadic Colors of #be33ab

#be33ab #abbe33 #33abbe

Analogous Colors of #be33ab

#be33ab #be3366 #8c33be

Monochromatic Colors of #be33ab

#be33ab

Complementary Color

#be33ab #33be46

#be33ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be33ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be33ab Color CSS Codes

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

#be33ab Text Font Color

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

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


#be33ab Background Color

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

This div background color is #be33ab


#be33ab Border Color

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

This div border color is #be33ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be33ab


Comments

No comments written yet.

Please login to write comment.