Color Hex Logo

#be6ccc Color Hex

#BE6CCC
(190,108,204)
0 Favorites   0 Comments

Color spaces of #be6ccc

RGB 190108204
HSL0.810.480.61
HSV291°47°80°
CMYK 0.070.470.00   0.20
XYZ37.496926.031960.1751
Yxy26.03190.30310.2104
Hunter Lab51.021541.8964-34.2120
CIE-Lab58.067347.4540-36.4256

#be6ccc color RGB value is (190,108,204).

#be6ccc hex color red value is 190, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be6ccc hue: 0.81 , saturation: 0.48 and the lightness value of be6ccc is 0.61.

The process color (four color CMYK) of #be6ccc color hex is 0.07, 0.47, 0.00, 0.20. Web safe color of #be6ccc is #cc66cc. Color #be6ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101100 11001100
Octal 276 154 314
Decimal 190 108 204
Hex BE 6C CC

RGB Percentages of Color #be6ccc

%37.85
%21.51
%40.64

CMYK Percentages of Color #be6ccc

%7
%47
%0
%20

Triadic Colors of #be6ccc

#be6ccc #ccbe6c #6cccbe

Analogous Colors of #be6ccc

#be6ccc #cc6caa #8e6ccc

Monochromatic Colors of #be6ccc

#be6ccc

Complementary Color

#be6ccc #7acc6c

#be6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6ccc Color CSS Codes

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

#be6ccc Text Font Color

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

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


#be6ccc Background Color

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

This div background color is #be6ccc


#be6ccc Border Color

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

This div border color is #be6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6ccc


Comments

No comments written yet.

Please login to write comment.