Color Hex Logo

#be5ebd Color Hex

#BE5EBD
(190,94,189)
0 Favorites   0 Comments

Color spaces of #be5ebd

RGB 19094189
HSL0.840.420.56
HSV301°51°75°
CMYK 0.000.510.01   0.25
XYZ34.423222.626750.6972
Yxy22.62670.31950.2100
Hunter Lab47.567545.9319-29.8937
CIE-Lab54.685751.7228-33.1422

#be5ebd color RGB value is (190,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011110 10111101
Octal 276 136 275
Decimal 190 94 189
Hex BE 5E BD

RGB Percentages of Color #be5ebd

%40.17
%19.87
%39.96

CMYK Percentages of Color #be5ebd

%0
%51
%1
%25

Triadic Colors of #be5ebd

#be5ebd #bdbe5e #5ebdbe

Analogous Colors of #be5ebd

#be5ebd #be5e8d #8f5ebe

Monochromatic Colors of #be5ebd

#be5ebd

Complementary Color

#be5ebd #5ebe5f

#be5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5ebd Color CSS Codes

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

#be5ebd Text Font Color

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

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


#be5ebd Background Color

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

This div background color is #be5ebd


#be5ebd Border Color

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

This div border color is #be5ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5ebd


Comments

No comments written yet.

Please login to write comment.