Color Hex Logo

#be21cc Color Hex

#BE21CC
(190,33,204)
0 Favorites   0 Comments

Color spaces of #be21cc

RGB 19033204
HSL0.820.720.46
HSV295°84°80°
CMYK 0.070.840.00   0.20
XYZ32.678116.394558.5689
Yxy16.39450.30360.1523
Hunter Lab40.490173.2031-57.4198
CIE-Lab47.487976.6207-53.1925

#be21cc color RGB value is (190,33,204).

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

The process color (four color CMYK) of #be21cc color hex is 0.07, 0.84, 0.00, 0.20. Web safe color of #be21cc is #cc33cc. Color #be21cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 11001100
Octal 276 41 314
Decimal 190 33 204
Hex BE 21 CC

RGB Percentages of Color #be21cc

%44.50
%7.73
%47.78

CMYK Percentages of Color #be21cc

%7
%84
%0
%20

Triadic Colors of #be21cc

#be21cc #ccbe21 #21ccbe

Analogous Colors of #be21cc

#be21cc #cc2185 #6921cc

Monochromatic Colors of #be21cc

#be21cc

Complementary Color

#be21cc #2fcc21

#be21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be21cc Color CSS Codes

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

#be21cc Text Font Color

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

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


#be21cc Background Color

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

This div background color is #be21cc


#be21cc Border Color

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

This div border color is #be21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be21cc


Comments

No comments written yet.

Please login to write comment.