Color Hex Logo

#be84c6 Color Hex

#BE84C6
(190,132,198)
0 Favorites   0 Comments

Color spaces of #be84c6

RGB 190132198
HSL0.810.370.65
HSV293°33°78°
CMYK 0.040.330.00   0.22
XYZ39.679531.526957.4200
Yxy31.52690.30850.2451
Hunter Lab56.148827.8827-21.3281
CIE-Lab62.949933.3895-25.4632

#be84c6 color RGB value is (190,132,198).

#be84c6 hex color red value is 190, green value is 132 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #be84c6 hue: 0.81 , saturation: 0.37 and the lightness value of be84c6 is 0.65.

The process color (four color CMYK) of #be84c6 color hex is 0.04, 0.33, 0.00, 0.22. Web safe color of #be84c6 is #cc99cc. Color #be84c6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 11000110
Octal 276 204 306
Decimal 190 132 198
Hex BE 84 C6

RGB Percentages of Color #be84c6

%36.54
%25.38
%38.08

CMYK Percentages of Color #be84c6

%4
%33
%0
%22

Triadic Colors of #be84c6

#be84c6 #c6be84 #84c6be

Analogous Colors of #be84c6

#be84c6 #c684ad #9d84c6

Monochromatic Colors of #be84c6

#be84c6

Complementary Color

#be84c6 #8cc684

#be84c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be84c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be84c6 Color CSS Codes

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

#be84c6 Text Font Color

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

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


#be84c6 Background Color

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

This div background color is #be84c6


#be84c6 Border Color

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

This div border color is #be84c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be84c6


Comments

No comments written yet.

Please login to write comment.