Color Hex Logo

#be43e6 Color Hex

#BE43E6
(190,67,230)
0 Favorites   0 Comments

Color spaces of #be43e6

RGB 19067230
HSL0.790.770.58
HSV285°71°90°
CMYK 0.170.710.00   0.10
XYZ37.525320.674676.8757
Yxy20.67460.27780.1531
Hunter Lab45.469367.7426-68.4140
CIE-Lab52.591571.1491-59.8288

#be43e6 color RGB value is (190,67,230).

#be43e6 hex color red value is 190, green value is 67 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #be43e6 hue: 0.79 , saturation: 0.77 and the lightness value of be43e6 is 0.58.

The process color (four color CMYK) of #be43e6 color hex is 0.17, 0.71, 0.00, 0.10. Web safe color of #be43e6 is #cc33ff. Color #be43e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 11100110
Octal 276 103 346
Decimal 190 67 230
Hex BE 43 E6

RGB Percentages of Color #be43e6

%39.01
%13.76
%47.23

CMYK Percentages of Color #be43e6

%17
%71
%0
%10

Triadic Colors of #be43e6

#be43e6 #e6be43 #43e6be

Analogous Colors of #be43e6

#be43e6 #e643bd #6d43e6

Monochromatic Colors of #be43e6

#be43e6

Complementary Color

#be43e6 #6be643

#be43e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be43e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be43e6 Color CSS Codes

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

#be43e6 Text Font Color

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

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


#be43e6 Background Color

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

This div background color is #be43e6


#be43e6 Border Color

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

This div border color is #be43e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be43e6


Comments

No comments written yet.

Please login to write comment.