Color Hex Logo

#be3bed Color Hex

#BE3BED
(190,59,237)
0 Favorites   0 Comments

Color spaces of #be3bed

RGB 19059237
HSL0.790.830.58
HSV284°75°93°
CMYK 0.200.750.00   0.07
XYZ38.085220.189582.0104
Yxy20.18950.27150.1439
Hunter Lab44.932772.6652-76.7621
CIE-Lab52.050875.2951-64.6410

#be3bed color RGB value is (190,59,237).

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

The process color (four color CMYK) of #be3bed color hex is 0.20, 0.75, 0.00, 0.07. Web safe color of #be3bed is #cc33ff. Color #be3bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111011 11101101
Octal 276 73 355
Decimal 190 59 237
Hex BE 3B ED

RGB Percentages of Color #be3bed

%39.09
%12.14
%48.77

CMYK Percentages of Color #be3bed

%20
%75
%0
%7

Triadic Colors of #be3bed

#be3bed #edbe3b #3bedbe

Analogous Colors of #be3bed

#be3bed #ed3bc3 #653bed

Monochromatic Colors of #be3bed

#be3bed

Complementary Color

#be3bed #6aed3b

#be3bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3bed Color CSS Codes

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

#be3bed Text Font Color

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

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


#be3bed Background Color

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

This div background color is #be3bed


#be3bed Border Color

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

This div border color is #be3bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3bed


Comments

No comments written yet.

Please login to write comment.