Color Hex Logo

#be33ff Color Hex

#BE33FF
(190,51,255)
0 Favorites   0 Comments

Color spaces of #be33ff

RGB 19051255
HSL0.781.000.60
HSV281°80°100°
CMYK 0.250.800.00   0.00
XYZ40.469020.534896.4384
Yxy20.53480.25700.1304
Hunter Lab45.315380.1081-94.4580
CIE-Lab52.436681.1680-74.0761

#be33ff color RGB value is (190,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 11111111
Octal 276 63 377
Decimal 190 51 255
Hex BE 33 FF

RGB Percentages of Color #be33ff

%38.31
%10.28
%51.41

CMYK Percentages of Color #be33ff

%25
%80
%0
%0

Triadic Colors of #be33ff

#be33ff #ffbe33 #33ffbe

Analogous Colors of #be33ff

#be33ff #ff33da #5833ff

Monochromatic Colors of #be33ff

#be33ff

Complementary Color

#be33ff #74ff33

#be33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be33ff Color CSS Codes

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

#be33ff Text Font Color

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

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


#be33ff Background Color

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

This div background color is #be33ff


#be33ff Border Color

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

This div border color is #be33ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,51,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 #be33ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be33ff

Related Colors


Comments

No comments written yet.

Please login to write comment.