Color Hex Logo

#be51ce Color Hex

#BE51CE
(190,81,206)
0 Favorites   0 Comments

Color spaces of #be51ce

RGB 19081206
HSL0.810.560.56
HSV292°61°81°
CMYK 0.080.610.00   0.19
XYZ35.318221.288260.6401
Yxy21.28820.30120.1816
Hunter Lab46.139155.8932-45.6267
CIE-Lab53.263560.9156-45.1297

#be51ce color RGB value is (190,81,206).

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

The process color (four color CMYK) of #be51ce color hex is 0.08, 0.61, 0.00, 0.19. Web safe color of #be51ce is #cc66cc. Color #be51ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 11001110
Octal 276 121 316
Decimal 190 81 206
Hex BE 51 CE

RGB Percentages of Color #be51ce

%39.83
%16.98
%43.19

CMYK Percentages of Color #be51ce

%8
%61
%0
%19

Triadic Colors of #be51ce

#be51ce #cebe51 #51cebe

Analogous Colors of #be51ce

#be51ce #ce51a0 #8051ce

Monochromatic Colors of #be51ce

#be51ce

Complementary Color

#be51ce #61ce51

#be51ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be51ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be51ce Color CSS Codes

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

#be51ce Text Font Color

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

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


#be51ce Background Color

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

This div background color is #be51ce


#be51ce Border Color

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

This div border color is #be51ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be51ce


Comments

No comments written yet.

Please login to write comment.