Color Hex Logo

#be7ebd Color Hex

#BE7EBD
(190,126,189)
0 Favorites   0 Comments

Color spaces of #be7ebd

RGB 190126189
HSL0.840.330.62
HSV301°34°75°
CMYK 0.000.340.01   0.25
XYZ37.881429.543051.8499
Yxy29.54300.31760.2477
Hunter Lab54.353529.2862-18.5116
CIE-Lab61.257934.9507-22.9769

#be7ebd color RGB value is (190,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 10111101
Octal 276 176 275
Decimal 190 126 189
Hex BE 7E BD

RGB Percentages of Color #be7ebd

%37.62
%24.95
%37.43

CMYK Percentages of Color #be7ebd

%0
%34
%1
%25

Triadic Colors of #be7ebd

#be7ebd #bdbe7e #7ebdbe

Analogous Colors of #be7ebd

#be7ebd #be7e9d #9f7ebe

Monochromatic Colors of #be7ebd

#be7ebd

Complementary Color

#be7ebd #7ebe7f

#be7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7ebd Color CSS Codes

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

#be7ebd Text Font Color

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

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


#be7ebd Background Color

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

This div background color is #be7ebd


#be7ebd Border Color

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

This div border color is #be7ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,126,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 #be7ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7ebd


Comments

No comments written yet.

Please login to write comment.