Color Hex Logo

#be2bd7 Color Hex

#BE2BD7
(190,43,215)
0 Favorites   0 Comments

Color spaces of #be2bd7

RGB 19043215
HSL0.810.680.51
HSV291°80°84°
CMYK 0.120.800.00   0.16
XYZ34.364817.581265.8723
Yxy17.58120.29170.1492
Hunter Lab41.929972.9170-63.7941
CIE-Lab48.984276.0969-57.1105

#be2bd7 color RGB value is (190,43,215).

#be2bd7 hex color red value is 190, green value is 43 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #be2bd7 hue: 0.81 , saturation: 0.68 and the lightness value of be2bd7 is 0.51.

The process color (four color CMYK) of #be2bd7 color hex is 0.12, 0.80, 0.00, 0.16. Web safe color of #be2bd7 is #cc33cc. Color #be2bd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101011 11010111
Octal 276 53 327
Decimal 190 43 215
Hex BE 2B D7

RGB Percentages of Color #be2bd7

%42.41
%9.60
%47.99

CMYK Percentages of Color #be2bd7

%12
%80
%0
%16

Triadic Colors of #be2bd7

#be2bd7 #d7be2b #2bd7be

Analogous Colors of #be2bd7

#be2bd7 #d72b9a #682bd7

Monochromatic Colors of #be2bd7

#be2bd7

Complementary Color

#be2bd7 #44d72b

#be2bd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2bd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2bd7 Color CSS Codes

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

#be2bd7 Text Font Color

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

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


#be2bd7 Background Color

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

This div background color is #be2bd7


#be2bd7 Border Color

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

This div border color is #be2bd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2bd7


Comments

No comments written yet.

Please login to write comment.