Color Hex Logo

#be7be7 Color Hex

#BE7BE7
(190,123,231)
0 Favorites   0 Comments

Color spaces of #be7be7

RGB 190123231
HSL0.770.690.69
HSV277°47°91°
CMYK 0.180.470.00   0.09
XYZ42.742030.882679.3095
Yxy30.88260.27950.2019
Hunter Lab55.572140.0379-45.7150
CIE-Lab62.408445.1004-44.7630

#be7be7 color RGB value is (190,123,231).

#be7be7 hex color red value is 190, green value is 123 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #be7be7 hue: 0.77 , saturation: 0.69 and the lightness value of be7be7 is 0.69.

The process color (four color CMYK) of #be7be7 color hex is 0.18, 0.47, 0.00, 0.09. Web safe color of #be7be7 is #cc66ff. Color #be7be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111011 11100111
Octal 276 173 347
Decimal 190 123 231
Hex BE 7B E7

RGB Percentages of Color #be7be7

%34.93
%22.61
%42.46

CMYK Percentages of Color #be7be7

%18
%47
%0
%9

Triadic Colors of #be7be7

#be7be7 #e7be7b #7be7be

Analogous Colors of #be7be7

#be7be7 #e77bda #887be7

Monochromatic Colors of #be7be7

#be7be7

Complementary Color

#be7be7 #a4e77b

#be7be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7be7 Color CSS Codes

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

#be7be7 Text Font Color

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

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


#be7be7 Background Color

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

This div background color is #be7be7


#be7be7 Border Color

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

This div border color is #be7be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7be7


Comments

No comments written yet.

Please login to write comment.