Color Hex Logo

#be33bb Color Hex

#BE33BB
(190,51,187)
0 Favorites   0 Comments

Color spaces of #be33bb

RGB 19051187
HSL0.840.580.47
HSV301°73°75°
CMYK 0.000.730.02   0.25
XYZ31.388716.902748.6219
Yxy16.90270.32390.1744
Hunter Lab41.112964.3329-41.3399
CIE-Lab48.137269.1528-42.2880

#be33bb color RGB value is (190,51,187).

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

The process color (four color CMYK) of #be33bb color hex is 0.00, 0.73, 0.02, 0.25. Web safe color of #be33bb is #cc33cc. Color #be33bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 10111011
Octal 276 63 273
Decimal 190 51 187
Hex BE 33 BB

RGB Percentages of Color #be33bb

%44.39
%11.92
%43.69

CMYK Percentages of Color #be33bb

%0
%73
%2
%25

Triadic Colors of #be33bb

#be33bb #bbbe33 #33bbbe

Analogous Colors of #be33bb

#be33bb #be3376 #7c33be

Monochromatic Colors of #be33bb

#be33bb

Complementary Color

#be33bb #33be36

#be33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be33bb Color CSS Codes

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

#be33bb Text Font Color

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

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


#be33bb Background Color

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

This div background color is #be33bb


#be33bb Border Color

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

This div border color is #be33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be33bb


Comments

No comments written yet.

Please login to write comment.