Color Hex Logo

#be5ebf Color Hex

#BE5EBF
(190,94,191)
0 Favorites   0 Comments

Color spaces of #be5ebf

RGB 19094191
HSL0.830.430.56
HSV299°51°75°
CMYK 0.010.510.00   0.25
XYZ34.641922.714151.8487
Yxy22.71410.31720.2080
Hunter Lab47.659346.3417-31.1402
CIE-Lab54.776652.0842-34.1503

#be5ebf color RGB value is (190,94,191).

#be5ebf hex color red value is 190, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be5ebf hue: 0.83 , saturation: 0.43 and the lightness value of be5ebf is 0.56.

The process color (four color CMYK) of #be5ebf color hex is 0.01, 0.51, 0.00, 0.25. Web safe color of #be5ebf is #cc66cc. Color #be5ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011110 10111111
Octal 276 136 277
Decimal 190 94 191
Hex BE 5E BF

RGB Percentages of Color #be5ebf

%40.00
%19.79
%40.21

CMYK Percentages of Color #be5ebf

%1
%51
%0
%25

Triadic Colors of #be5ebf

#be5ebf #bfbe5e #5ebfbe

Analogous Colors of #be5ebf

#be5ebf #bf5e90 #8e5ebf

Monochromatic Colors of #be5ebf

#be5ebf

Complementary Color

#be5ebf #5fbf5e

#be5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5ebf Color CSS Codes

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

#be5ebf Text Font Color

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

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


#be5ebf Background Color

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

This div background color is #be5ebf


#be5ebf Border Color

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

This div border color is #be5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5ebf


Comments

No comments written yet.

Please login to write comment.