Color Hex Logo

#b512ef Color Hex

#B512EF
(181,18,239)
0 Favorites   0 Comments

Color spaces of #b512ef

RGB 18118239
HSL0.790.870.50
HSV284°92°94°
CMYK 0.240.920.00   0.06
XYZ34.852316.488483.0070
Yxy16.48840.25940.1227
Hunter Lab40.605982.1473-92.7771
CIE-Lab47.608883.7014-73.0336

#b512ef color RGB value is (181,18,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 11101111
Octal 265 22 357
Decimal 181 18 239
Hex B5 12 EF

RGB Percentages of Color #b512ef

%41.32
%4.11
%54.57

CMYK Percentages of Color #b512ef

%24
%92
%0
%6

Triadic Colors of #b512ef

#b512ef #efb512 #12efb5

Analogous Colors of #b512ef

#b512ef #ef12bb #4712ef

Monochromatic Colors of #b512ef

#b512ef

Complementary Color

#b512ef #4cef12

#b512ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b512ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b512ef Color CSS Codes

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

#b512ef Text Font Color

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

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


#b512ef Background Color

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

This div background color is #b512ef


#b512ef Border Color

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

This div border color is #b512ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b512ef


Comments

No comments written yet.

Please login to write comment.