Color Hex Logo

#be30ed Color Hex

#BE30ED
(190,48,237)
0 Favorites   0 Comments

Color spaces of #be30ed

RGB 19048237
HSL0.790.840.56
HSV285°80°93°
CMYK 0.200.800.00   0.07
XYZ37.578219.175581.8414
Yxy19.17550.27110.1384
Hunter Lab43.789876.5474-80.1577
CIE-Lab50.891978.6473-66.5140

#be30ed color RGB value is (190,48,237).

#be30ed hex color red value is 190, green value is 48 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be30ed hue: 0.79 , saturation: 0.84 and the lightness value of be30ed is 0.56.

The process color (four color CMYK) of #be30ed color hex is 0.20, 0.80, 0.00, 0.07. Web safe color of #be30ed is #cc33ff. Color #be30ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 11101101
Octal 276 60 355
Decimal 190 48 237
Hex BE 30 ED

RGB Percentages of Color #be30ed

%40.00
%10.11
%49.89

CMYK Percentages of Color #be30ed

%20
%80
%0
%7

Triadic Colors of #be30ed

#be30ed #edbe30 #30edbe

Analogous Colors of #be30ed

#be30ed #ed30be #5f30ed

Monochromatic Colors of #be30ed

#be30ed

Complementary Color

#be30ed #5fed30

#be30ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be30ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be30ed Color CSS Codes

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

#be30ed Text Font Color

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

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


#be30ed Background Color

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

This div background color is #be30ed


#be30ed Border Color

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

This div border color is #be30ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be30ed


Comments

No comments written yet.

Please login to write comment.