Color Hex Logo

#be80cc Color Hex

#BE80CC
(190,128,204)
0 Favorites   0 Comments

Color spaces of #be80cc

RGB 190128204
HSL0.800.430.65
HSV289°37°80°
CMYK 0.070.370.00   0.20
XYZ39.853530.745160.9606
Yxy30.74510.30290.2337
Hunter Lab55.448331.2626-26.3705
CIE-Lab62.291936.7715-29.8529

#be80cc color RGB value is (190,128,204).

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

The process color (four color CMYK) of #be80cc color hex is 0.07, 0.37, 0.00, 0.20. Web safe color of #be80cc is #cc99cc. Color #be80cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11001100
Octal 276 200 314
Decimal 190 128 204
Hex BE 80 CC

RGB Percentages of Color #be80cc

%36.40
%24.52
%39.08

CMYK Percentages of Color #be80cc

%7
%37
%0
%20

Triadic Colors of #be80cc

#be80cc #ccbe80 #80ccbe

Analogous Colors of #be80cc

#be80cc #cc80b4 #9880cc

Monochromatic Colors of #be80cc

#be80cc

Complementary Color

#be80cc #8ecc80

#be80cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80cc Color CSS Codes

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

#be80cc Text Font Color

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

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


#be80cc Background Color

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

This div background color is #be80cc


#be80cc Border Color

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

This div border color is #be80cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80cc


Comments

No comments written yet.

Please login to write comment.