Color Hex Logo

#be4beb Color Hex

#BE4BEB
(190,75,235)
0 Favorites   0 Comments

Color spaces of #be4beb

RGB 19075235
HSL0.790.800.61
HSV283°68°92°
CMYK 0.190.680.00   0.08
XYZ38.746721.977580.7972
Yxy21.97750.27380.1553
Hunter Lab46.880265.4909-69.3692
CIE-Lab54.003169.0018-60.3731

#be4beb color RGB value is (190,75,235).

#be4beb hex color red value is 190, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be4beb hue: 0.79 , saturation: 0.80 and the lightness value of be4beb is 0.61.

The process color (four color CMYK) of #be4beb color hex is 0.19, 0.68, 0.00, 0.08. Web safe color of #be4beb is #cc33ff. Color #be4beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001011 11101011
Octal 276 113 353
Decimal 190 75 235
Hex BE 4B EB

RGB Percentages of Color #be4beb

%38.00
%15.00
%47.00

CMYK Percentages of Color #be4beb

%19
%68
%0
%8

Triadic Colors of #be4beb

#be4beb #ebbe4b #4bebbe

Analogous Colors of #be4beb

#be4beb #eb4bc8 #6e4beb

Monochromatic Colors of #be4beb

#be4beb

Complementary Color

#be4beb #78eb4b

#be4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4beb Color CSS Codes

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

#be4beb Text Font Color

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

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


#be4beb Background Color

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

This div background color is #be4beb


#be4beb Border Color

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

This div border color is #be4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4beb


Comments

No comments written yet.

Please login to write comment.