Color Hex Logo

#be80ce Color Hex

#BE80CE
(190,128,206)
0 Favorites   0 Comments

Color spaces of #be80ce

RGB 190128206
HSL0.800.440.65
HSV288°38°81°
CMYK 0.080.380.00   0.19
XYZ40.095030.841762.2323
Yxy30.84170.30110.2316
Hunter Lab55.535331.6854-27.5651
CIE-Lab62.373837.1728-30.8501

#be80ce color RGB value is (190,128,206).

#be80ce hex color red value is 190, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be80ce hue: 0.80 , saturation: 0.44 and the lightness value of be80ce is 0.65.

The process color (four color CMYK) of #be80ce color hex is 0.08, 0.38, 0.00, 0.19. Web safe color of #be80ce is #cc99cc. Color #be80ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11001110
Octal 276 200 316
Decimal 190 128 206
Hex BE 80 CE

RGB Percentages of Color #be80ce

%36.26
%24.43
%39.31

CMYK Percentages of Color #be80ce

%8
%38
%0
%19

Triadic Colors of #be80ce

#be80ce #cebe80 #80cebe

Analogous Colors of #be80ce

#be80ce #ce80b7 #9780ce

Monochromatic Colors of #be80ce

#be80ce

Complementary Color

#be80ce #90ce80

#be80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80ce Color CSS Codes

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

#be80ce Text Font Color

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

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


#be80ce Background Color

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

This div background color is #be80ce


#be80ce Border Color

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

This div border color is #be80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80ce


Comments

No comments written yet.

Please login to write comment.