Color Hex Logo

#be2ece Color Hex

#BE2ECE
(190,46,206)
0 Favorites   0 Comments

Color spaces of #be2ece

RGB 19046206
HSL0.820.630.49
HSV294°78°81°
CMYK 0.080.780.00   0.19
XYZ33.352817.357459.9849
Yxy17.35740.30130.1568
Hunter Lab41.662269.9898-56.2017
CIE-Lab48.707273.7590-52.3905

#be2ece color RGB value is (190,46,206).

#be2ece hex color red value is 190, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be2ece hue: 0.82 , saturation: 0.63 and the lightness value of be2ece is 0.49.

The process color (four color CMYK) of #be2ece color hex is 0.08, 0.78, 0.00, 0.19. Web safe color of #be2ece is #cc33cc. Color #be2ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101110 11001110
Octal 276 56 316
Decimal 190 46 206
Hex BE 2E CE

RGB Percentages of Color #be2ece

%42.99
%10.41
%46.61

CMYK Percentages of Color #be2ece

%8
%78
%0
%19

Triadic Colors of #be2ece

#be2ece #cebe2e #2ecebe

Analogous Colors of #be2ece

#be2ece #ce2e8e #6e2ece

Monochromatic Colors of #be2ece

#be2ece

Complementary Color

#be2ece #3ece2e

#be2ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2ece Color CSS Codes

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

#be2ece Text Font Color

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

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


#be2ece Background Color

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

This div background color is #be2ece


#be2ece Border Color

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

This div border color is #be2ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2ece


Comments

No comments written yet.

Please login to write comment.