Color Hex Logo

#be41e3 Color Hex

#BE41E3
(190,65,227)
0 Favorites   0 Comments

Color spaces of #be41e3

RGB 19065227
HSL0.800.740.57
HSV286°71°89°
CMYK 0.160.710.00   0.11
XYZ36.990620.273874.6367
Yxy20.27380.28040.1537
Hunter Lab45.026467.8470-66.7618
CIE-Lab52.145471.3216-58.8520

#be41e3 color RGB value is (190,65,227).

#be41e3 hex color red value is 190, green value is 65 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #be41e3 hue: 0.80 , saturation: 0.74 and the lightness value of be41e3 is 0.57.

The process color (four color CMYK) of #be41e3 color hex is 0.16, 0.71, 0.00, 0.11. Web safe color of #be41e3 is #cc33cc. Color #be41e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 11100011
Octal 276 101 343
Decimal 190 65 227
Hex BE 41 E3

RGB Percentages of Color #be41e3

%39.42
%13.49
%47.10

CMYK Percentages of Color #be41e3

%16
%71
%0
%11

Triadic Colors of #be41e3

#be41e3 #e3be41 #41e3be

Analogous Colors of #be41e3

#be41e3 #e341b7 #6d41e3

Monochromatic Colors of #be41e3

#be41e3

Complementary Color

#be41e3 #66e341

#be41e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be41e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be41e3 Color CSS Codes

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

#be41e3 Text Font Color

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

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


#be41e3 Background Color

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

This div background color is #be41e3


#be41e3 Border Color

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

This div border color is #be41e3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,65,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be41e3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be41e3


Comments

No comments written yet.

Please login to write comment.