Color Hex Logo

#be3bbe Color Hex

#BE3BBE
(190,59,190)
0 Favorites   0 Comments

Color spaces of #be3bbe

RGB 19059190
HSL0.830.530.49
HSV300°69°75°
CMYK 0.000.690.00   0.25
XYZ32.093417.792850.4580
Yxy17.79280.31980.1773
Hunter Lab42.181561.9924-41.3963
CIE-Lab49.243866.9502-42.2806

#be3bbe color RGB value is (190,59,190).

#be3bbe hex color red value is 190, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #be3bbe hue: 0.83 , saturation: 0.53 and the lightness value of be3bbe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111011 10111110
Octal 276 73 276
Decimal 190 59 190
Hex BE 3B BE

RGB Percentages of Color #be3bbe

%43.28
%13.44
%43.28

CMYK Percentages of Color #be3bbe

%0
%69
%0
%25

Triadic Colors of #be3bbe

#be3bbe #bebe3b #3bbebe

Analogous Colors of #be3bbe

#be3bbe #be3b7d #7d3bbe

Monochromatic Colors of #be3bbe

#be3bbe

Complementary Color

#be3bbe #3bbe3b

#be3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3bbe Color CSS Codes

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

#be3bbe Text Font Color

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

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


#be3bbe Background Color

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

This div background color is #be3bbe


#be3bbe Border Color

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

This div border color is #be3bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3bbe


Comments

No comments written yet.

Please login to write comment.