Color Hex Logo

#b70eea Color Hex

#B70EEA
(183,14,234)
0 Favorites   0 Comments

Color spaces of #b70eea

RGB 18314234
HSL0.790.890.49
HSV286°94°92°
CMYK 0.220.940.00   0.08
XYZ34.536816.321979.1720
Yxy16.32190.26560.1255
Hunter Lab40.400481.8925-87.9095
CIE-Lab47.394083.5442-70.5459

#b70eea color RGB value is (183,14,234).

#b70eea hex color red value is 183, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b70eea hue: 0.79 , saturation: 0.89 and the lightness value of b70eea is 0.49.

The process color (four color CMYK) of #b70eea color hex is 0.22, 0.94, 0.00, 0.08. Web safe color of #b70eea is #cc00ff. Color #b70eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001110 11101010
Octal 267 16 352
Decimal 183 14 234
Hex B7 E EA

RGB Percentages of Color #b70eea

%42.46
%3.25
%54.29

CMYK Percentages of Color #b70eea

%22
%94
%0
%8

Triadic Colors of #b70eea

#b70eea #eab70e #0eeab7

Analogous Colors of #b70eea

#b70eea #ea0eaf #490eea

Monochromatic Colors of #b70eea

#b70eea

Complementary Color

#b70eea #41ea0e

#b70eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70eea Color CSS Codes

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

#b70eea Text Font Color

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

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


#b70eea Background Color

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

This div background color is #b70eea


#b70eea Border Color

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

This div border color is #b70eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b70eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b70eea;
  -webkit-box-shadow: 1px 1px 3px 2px #b70eea;
  box-shadow:         1px 1px 3px 2px #b70eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,14,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70eea


Comments

No comments written yet.

Please login to write comment.