Color Hex Logo

#be61cc Color Hex

#BE61CC
(190,97,204)
0 Favorites   0 Comments

Color spaces of #be61cc

RGB 19097204
HSL0.810.510.59
HSV292°52°80°
CMYK 0.070.520.00   0.20
XYZ36.409023.856259.8125
Yxy23.85620.30320.1987
Hunter Lab48.842847.5847-38.4161
CIE-Lab55.943553.0269-39.7569

#be61cc color RGB value is (190,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 11001100
Octal 276 141 314
Decimal 190 97 204
Hex BE 61 CC

RGB Percentages of Color #be61cc

%38.70
%19.76
%41.55

CMYK Percentages of Color #be61cc

%7
%52
%0
%20

Triadic Colors of #be61cc

#be61cc #ccbe61 #61ccbe

Analogous Colors of #be61cc

#be61cc #cc61a5 #8961cc

Monochromatic Colors of #be61cc

#be61cc

Complementary Color

#be61cc #6fcc61

#be61cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61cc Color CSS Codes

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

#be61cc Text Font Color

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

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


#be61cc Background Color

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

This div background color is #be61cc


#be61cc Border Color

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

This div border color is #be61cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61cc


Comments

No comments written yet.

Please login to write comment.