Color Hex Logo

#be37bb Color Hex

#BE37BB
(190,55,187)
0 Favorites   0 Comments

Color spaces of #be37bb

RGB 19055187
HSL0.840.550.48
HSV301°71°75°
CMYK 0.000.710.02   0.25
XYZ31.571017.267448.6827
Yxy17.26740.32370.1771
Hunter Lab41.554162.8971-40.3734
CIE-Lab48.595267.8465-41.5621

#be37bb color RGB value is (190,55,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 10111011
Octal 276 67 273
Decimal 190 55 187
Hex BE 37 BB

RGB Percentages of Color #be37bb

%43.98
%12.73
%43.29

CMYK Percentages of Color #be37bb

%0
%71
%2
%25

Triadic Colors of #be37bb

#be37bb #bbbe37 #37bbbe

Analogous Colors of #be37bb

#be37bb #be3778 #7e37be

Monochromatic Colors of #be37bb

#be37bb

Complementary Color

#be37bb #37be3a

#be37bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be37bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be37bb Color CSS Codes

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

#be37bb Text Font Color

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

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


#be37bb Background Color

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

This div background color is #be37bb


#be37bb Border Color

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

This div border color is #be37bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be37bb


Comments

No comments written yet.

Please login to write comment.