Color Hex Logo

#b812ef Color Hex

#B812EF
(184,18,239)
0 Favorites   0 Comments

Color spaces of #b812ef

RGB 18418239
HSL0.790.870.50
HSV285°92°94°
CMYK 0.230.920.00   0.06
XYZ35.563516.855083.0403
Yxy16.85500.26250.1244
Hunter Lab41.054882.7785-91.1856
CIE-Lab48.076884.1022-72.2512

#b812ef color RGB value is (184,18,239).

#b812ef hex color red value is 184, green value is 18 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b812ef hue: 0.79 , saturation: 0.87 and the lightness value of b812ef is 0.50.

The process color (four color CMYK) of #b812ef color hex is 0.23, 0.92, 0.00, 0.06. Web safe color of #b812ef is #cc00ff. Color #b812ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 11101111
Octal 270 22 357
Decimal 184 18 239
Hex B8 12 EF

RGB Percentages of Color #b812ef

%41.72
%4.08
%54.20

CMYK Percentages of Color #b812ef

%23
%92
%0
%6

Triadic Colors of #b812ef

#b812ef #efb812 #12efb8

Analogous Colors of #b812ef

#b812ef #ef12b8 #4a12ef

Monochromatic Colors of #b812ef

#b812ef

Complementary Color

#b812ef #49ef12

#b812ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b812ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b812ef Color CSS Codes

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

#b812ef Text Font Color

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

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


#b812ef Background Color

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

This div background color is #b812ef


#b812ef Border Color

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

This div border color is #b812ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,18,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b812ef


Comments

No comments written yet.

Please login to write comment.