Color Hex Logo

#be11cc Color Hex

#BE11CC
(190,17,204)
0 Favorites   0 Comments

Color spaces of #be11cc

RGB 19017204
HSL0.820.850.43
HSV296°92°80°
CMYK 0.070.920.00   0.20
XYZ32.334715.707758.4544
Yxy15.70770.30360.1475
Hunter Lab39.632976.2723-59.7034
CIE-Lab46.588679.2653-54.6368

#be11cc color RGB value is (190,17,204).

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

The process color (four color CMYK) of #be11cc color hex is 0.07, 0.92, 0.00, 0.20. Web safe color of #be11cc is #cc00cc. Color #be11cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 11001100
Octal 276 21 314
Decimal 190 17 204
Hex BE 11 CC

RGB Percentages of Color #be11cc

%46.23
%4.14
%49.64

CMYK Percentages of Color #be11cc

%7
%92
%0
%20

Triadic Colors of #be11cc

#be11cc #ccbe11 #11ccbe

Analogous Colors of #be11cc

#be11cc #cc117d #6011cc

Monochromatic Colors of #be11cc

#be11cc

Complementary Color

#be11cc #1fcc11

#be11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be11cc Color CSS Codes

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

#be11cc Text Font Color

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

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


#be11cc Background Color

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

This div background color is #be11cc


#be11cc Border Color

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

This div border color is #be11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be11cc


Comments

No comments written yet.

Please login to write comment.