Color Hex Logo

#be37ff Color Hex

#BE37FF
(190,55,255)
0 Favorites   0 Comments

Color spaces of #be37ff

RGB 19055255
HSL0.781.000.61
HSV281°78°100°
CMYK 0.250.780.00   0.00
XYZ40.651420.899596.4992
Yxy20.89950.25720.1322
Hunter Lab45.716078.7222-93.1507
CIE-Lab52.839379.9962-73.4221

#be37ff color RGB value is (190,55,255).

#be37ff hex color red value is 190, green value is 55 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be37ff hue: 0.78 , saturation: 1.00 and the lightness value of be37ff is 0.61.

The process color (four color CMYK) of #be37ff color hex is 0.25, 0.78, 0.00, 0.00. Web safe color of #be37ff is #cc33ff. Color #be37ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 11111111
Octal 276 67 377
Decimal 190 55 255
Hex BE 37 FF

RGB Percentages of Color #be37ff

%38.00
%11.00
%51.00

CMYK Percentages of Color #be37ff

%25
%78
%0
%0

Triadic Colors of #be37ff

#be37ff #ffbe37 #37ffbe

Analogous Colors of #be37ff

#be37ff #ff37dc #5a37ff

Monochromatic Colors of #be37ff

#be37ff

Complementary Color

#be37ff #78ff37

#be37ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be37ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be37ff Color CSS Codes

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

#be37ff Text Font Color

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

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


#be37ff Background Color

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

This div background color is #be37ff


#be37ff Border Color

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

This div border color is #be37ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be37ff


Comments

No comments written yet.

Please login to write comment.