Color Hex Logo

#be12ff Color Hex

#BE12FF
(190,18,255)
0 Favorites   0 Comments

Color spaces of #be12ff

RGB 19018255
HSL0.791.000.54
HSV284°93°100°
CMYK 0.250.930.00   0.00
XYZ39.501518.599896.1159
Yxy18.59980.25610.1206
Hunter Lab43.127588.0193-101.9472
CIE-Lab50.215787.7190-77.6909

#be12ff color RGB value is (190,18,255).

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

The process color (four color CMYK) of #be12ff color hex is 0.25, 0.93, 0.00, 0.00. Web safe color of #be12ff is #cc00ff. Color #be12ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 11111111
Octal 276 22 377
Decimal 190 18 255
Hex BE 12 FF

RGB Percentages of Color #be12ff

%41.04
%3.89
%55.08

CMYK Percentages of Color #be12ff

%25
%93
%0
%0

Triadic Colors of #be12ff

#be12ff #ffbe12 #12ffbe

Analogous Colors of #be12ff

#be12ff #ff12ca #4712ff

Monochromatic Colors of #be12ff

#be12ff

Complementary Color

#be12ff #53ff12

#be12ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be12ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be12ff Color CSS Codes

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

#be12ff Text Font Color

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

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


#be12ff Background Color

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

This div background color is #be12ff


#be12ff Border Color

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

This div border color is #be12ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be12ff

Related Colors


Comments

No comments written yet.

Please login to write comment.