Color Hex Logo

#be40ce Color Hex

#BE40CE
(190,64,206)
0 Favorites   0 Comments

Color spaces of #be40ce

RGB 19064206
HSL0.810.590.53
HSV293°69°81°
CMYK 0.080.690.00   0.19
XYZ34.209219.070260.2704
Yxy19.07020.30130.1679
Hunter Lab43.669463.4095-51.2605
CIE-Lab50.769267.8641-49.0951

#be40ce color RGB value is (190,64,206).

#be40ce hex color red value is 190, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be40ce hue: 0.81 , saturation: 0.59 and the lightness value of be40ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 11001110
Octal 276 100 316
Decimal 190 64 206
Hex BE 40 CE

RGB Percentages of Color #be40ce

%41.30
%13.91
%44.78

CMYK Percentages of Color #be40ce

%8
%69
%0
%19

Triadic Colors of #be40ce

#be40ce #cebe40 #40cebe

Analogous Colors of #be40ce

#be40ce #ce4097 #7740ce

Monochromatic Colors of #be40ce

#be40ce

Complementary Color

#be40ce #50ce40

#be40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be40ce Color CSS Codes

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

#be40ce Text Font Color

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

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


#be40ce Background Color

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

This div background color is #be40ce


#be40ce Border Color

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

This div border color is #be40ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be40ce


Comments

No comments written yet.

Please login to write comment.