Color Hex Logo

#be84cc Color Hex

#BE84CC
(190,132,204)
0 Favorites   0 Comments

Color spaces of #be84cc

RGB 190132204
HSL0.800.410.66
HSV288°35°80°
CMYK 0.070.350.00   0.20
XYZ40.385631.809361.1380
Yxy31.80930.30290.2386
Hunter Lab56.399729.1172-24.7913
CIE-Lab63.185034.5801-28.4729

#be84cc color RGB value is (190,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 11001100
Octal 276 204 314
Decimal 190 132 204
Hex BE 84 CC

RGB Percentages of Color #be84cc

%36.12
%25.10
%38.78

CMYK Percentages of Color #be84cc

%7
%35
%0
%20

Triadic Colors of #be84cc

#be84cc #ccbe84 #84ccbe

Analogous Colors of #be84cc

#be84cc #cc84b6 #9a84cc

Monochromatic Colors of #be84cc

#be84cc

Complementary Color

#be84cc #92cc84

#be84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be84cc Color CSS Codes

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

#be84cc Text Font Color

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

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


#be84cc Background Color

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

This div background color is #be84cc


#be84cc Border Color

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

This div border color is #be84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be84cc


Comments

No comments written yet.

Please login to write comment.