Color Hex Logo

#be41cc Color Hex

#BE41CC
(190,65,204)
0 Favorites   0 Comments

Color spaces of #be41cc

RGB 19065204
HSL0.820.580.53
HSV294°68°80°
CMYK 0.070.680.00   0.20
XYZ34.024619.087459.0177
Yxy19.08740.30340.1702
Hunter Lab43.689162.5578-49.5098
CIE-Lab50.789367.1368-47.9148

#be41cc color RGB value is (190,65,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 11001100
Octal 276 101 314
Decimal 190 65 204
Hex BE 41 CC

RGB Percentages of Color #be41cc

%41.39
%14.16
%44.44

CMYK Percentages of Color #be41cc

%7
%68
%0
%20

Triadic Colors of #be41cc

#be41cc #ccbe41 #41ccbe

Analogous Colors of #be41cc

#be41cc #cc4195 #7941cc

Monochromatic Colors of #be41cc

#be41cc

Complementary Color

#be41cc #4fcc41

#be41cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be41cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be41cc Color CSS Codes

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

#be41cc Text Font Color

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

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


#be41cc Background Color

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

This div background color is #be41cc


#be41cc Border Color

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

This div border color is #be41cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be41cc


Comments

No comments written yet.

Please login to write comment.