Color Hex Logo

#be36bb Color Hex

#BE36BB
(190,54,187)
0 Favorites   0 Comments

Color spaces of #be36bb

RGB 19054187
HSL0.840.560.48
HSV301°72°75°
CMYK 0.000.720.02   0.25
XYZ31.524017.173348.6670
Yxy17.17330.32380.1764
Hunter Lab41.440763.2641-40.6204
CIE-Lab48.477768.1812-41.7483

#be36bb color RGB value is (190,54,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 10111011
Octal 276 66 273
Decimal 190 54 187
Hex BE 36 BB

RGB Percentages of Color #be36bb

%44.08
%12.53
%43.39

CMYK Percentages of Color #be36bb

%0
%72
%2
%25

Triadic Colors of #be36bb

#be36bb #bbbe36 #36bbbe

Analogous Colors of #be36bb

#be36bb #be3677 #7d36be

Monochromatic Colors of #be36bb

#be36bb

Complementary Color

#be36bb #36be39

#be36bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be36bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be36bb Color CSS Codes

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

#be36bb Text Font Color

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

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


#be36bb Background Color

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

This div background color is #be36bb


#be36bb Border Color

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

This div border color is #be36bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be36bb


Comments

No comments written yet.

Please login to write comment.