Color Hex Logo

#be18e5 Color Hex

#BE18E5
(190,24,229)
0 Favorites   0 Comments

Color spaces of #be18e5

RGB 19024229
HSL0.800.810.50
HSV289°90°90°
CMYK 0.170.900.00   0.10
XYZ35.704717.257675.5779
Yxy17.25760.27780.1343
Hunter Lab41.542380.7180-78.7868
CIE-Lab48.583082.3966-65.7322

#be18e5 color RGB value is (190,24,229).

#be18e5 hex color red value is 190, green value is 24 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #be18e5 hue: 0.80 , saturation: 0.81 and the lightness value of be18e5 is 0.50.

The process color (four color CMYK) of #be18e5 color hex is 0.17, 0.90, 0.00, 0.10. Web safe color of #be18e5 is #cc00cc. Color #be18e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 11100101
Octal 276 30 345
Decimal 190 24 229
Hex BE 18 E5

RGB Percentages of Color #be18e5

%42.89
%5.42
%51.69

CMYK Percentages of Color #be18e5

%17
%90
%0
%10

Triadic Colors of #be18e5

#be18e5 #e5be18 #18e5be

Analogous Colors of #be18e5

#be18e5 #e518a6 #5718e5

Monochromatic Colors of #be18e5

#be18e5

Complementary Color

#be18e5 #3fe518

#be18e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be18e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be18e5 Color CSS Codes

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

#be18e5 Text Font Color

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

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


#be18e5 Background Color

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

This div background color is #be18e5


#be18e5 Border Color

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

This div border color is #be18e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be18e5


Comments

No comments written yet.

Please login to write comment.